Match the size of the banner and the content.

This commit is contained in:
Sergiu Ivanov 2021-10-17 20:55:07 +02:00
parent 7a98bac909
commit 181f7a3a99

View file

@ -25,8 +25,8 @@ body {
border-width: 2px; border-width: 2px;
margin: 0 auto 5px auto; margin: 0 auto 5px auto;
width: 905px; width: 900px;
padding: 15px 0px 15px 50px; padding: 15px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -52,7 +52,7 @@ span.myname {
font-family: "Linux Libertine", "Open Sans", "DejaVu Sans"; font-family: "Linux Libertine", "Open Sans", "DejaVu Sans";
font-size: 40px; font-size: 40px;
font-variant: small-caps; font-variant: small-caps;
margin: auto 0; margin: auto 0 auto 30px;
padding-top: 5px; padding-top: 5px;
} }