1
0
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:
2025-08-01 03:30:06 +03:00
parent 929ac2b291
commit 42ed8477eb
2 changed files with 16 additions and 3 deletions

View File

@@ -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;

View File

@@ -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">