Skip to content

Commit d961576

Browse files
docs: better mobile formatting
1 parent c81cfa8 commit d961576

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/assets/css/sourcepp.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ main {
8686

8787
footer {
8888
background-color: #000000;
89-
padding: 20px 0 20px 5svw;
89+
padding: 20px 5svw;
9090

9191
.flag-trans {
9292
background: linear-gradient(#00d2ff 32.5%, #ffa6b9 0 45%, white 0 57.5%, #ffa6b9 0 70%, #00d2ff 0);
@@ -106,8 +106,14 @@ main {
106106
gap: 16px;
107107
}
108108

109-
#header-text h1 abbr {
110-
text-decoration: none;
109+
#header-text h1 {
110+
@media screen and (width < 1075px) {
111+
text-align: center;
112+
}
113+
114+
abbr {
115+
text-decoration: none;
116+
}
111117
}
112118

113119
nav a {

0 commit comments

Comments
 (0)