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
1 changed files with 3 additions and 3 deletions

View File

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