Add margin centering for wide pages, improve whitespace styling

About & photography page tab whitespace improved.
This commit is contained in:
Xevion
2022-09-20 18:28:48 -05:00
parent e06150ccf7
commit 37c2614f8c
3 changed files with 24 additions and 8 deletions

View File

@@ -296,6 +296,7 @@ nav a {
html,
body {
visibility: visible !important;
margin: 0 auto;
}
small {
@@ -385,4 +386,14 @@ article {
}
}
}
}
span, p {
&.tab {
margin-left: 2em;
}
}
.nowrap {
white-space: nowrap;
}