mirror of
https://gitlab.com/lolmam/Phigros-Android-History.git
synced 2026-02-04 16:21:11 +00:00
Updated Website
This commit is contained in:
@@ -67,11 +67,25 @@ nav a.active {
|
|||||||
margin: 80px auto 40px;
|
margin: 80px auto 40px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.centered-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
padding: 20px;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 800px;
|
||||||
|
min-height: 84vh;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|||||||
@@ -30,9 +30,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main class="container">
|
<main class="centered-container">
|
||||||
<h1>All Phigros Versions</h1>
|
<h1>All Phigros Versions</h1>
|
||||||
<h2>(Still in progress)</h2>
|
|
||||||
<p>Select a main version to explore it's sub versions</p>
|
<p>Select a main version to explore it's sub versions</p>
|
||||||
|
|
||||||
<div class="cta-buttons">
|
<div class="cta-buttons">
|
||||||
|
|||||||
Reference in New Issue
Block a user