This commit is contained in:
mco-system 2023-04-06 21:57:59 +11:00
parent 442321a103
commit 8abfd2df41
1 changed files with 4 additions and 1 deletions

View File

@ -54,6 +54,7 @@ span.place {
} }
#main_wrapper { #main_wrapper {
width: 40em;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;
@ -108,9 +109,11 @@ img.logo {
} }
#blah { #blah {
font-size: 3em; margin-top: 2em;
font-size: 2em;
font-family: pfdintextcompprothin; font-family: pfdintextcompprothin;
color: #ffffff; color: #ffffff;
width: inherit;
} }
a { a {