1
0
mirror of https://gitlab.com/lolmam/Phigros-Android-History.git synced 2026-02-04 16:21:11 +00:00

Added notice page

This commit is contained in:
2025-09-24 15:31:42 +03:00
parent 2e98202650
commit 39d249c8b1
9 changed files with 66 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ nav a.active {
.container {
max-width: 800px;
margin: 80px auto 40px;
margin: 25px auto 40px;
padding: 0 20px;
text-align: center;
max-width: 800px;
@@ -76,6 +76,16 @@ nav a.active {
box-sizing: border-box;
}
.notice-container {
max-width: 800px;
margin: 25px auto 40px;
padding: 0 20px;
text-align: left;
max-width: 800px;
width: 100%;
box-sizing: border-box;
}
.centered-container {
display: flex;
flex-direction: column;
@@ -141,6 +151,11 @@ footer {
color: #aaaaaa;
}
footer a.active {
text-decoration: none;
color: #ffffff;
}
@media (max-width: 600px) {
h1 {
font-size: 2rem;