aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index dfc3bc9..df6921d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -50,7 +50,7 @@ body {
font-family: 'Go Mono';
padding: 0;
margin: 0;
- font-size: 14pt;
+ font-size: 16px;
display: flex;
flex-direction: column;
align-items: center;
@@ -60,7 +60,7 @@ body {
/* padding: 6vw; */
padding: 4vw;
gap: 4vw;
- max-width: 2000px;
+ max-width: 1750px;
display: flex;
flex-direction: column;
}
@@ -197,6 +197,7 @@ aside {
footer {
display: flex;
align-items: center;
+ justify-content: center;
z-index: -1;
flex-wrap: wrap;
background-color: #e8d2c5;
@@ -205,7 +206,7 @@ footer {
.badge,
.badge * {
height: 31px;
- min-width: 88px;
+ width: 88px;
padding: 0;
border-radius: 0;
border: 0;