updated body and image size

This commit is contained in:
pacome 2021-05-24 00:19:22 +02:00
parent a88b8c687f
commit 595202627e
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ body {
margin: auto;
padding: @margin * 2;
padding-top: 0px;
max-width: 1280px;
max-width: 1440px;
}
@ -93,7 +93,7 @@ p.pitch {
width: @mainW;
img {
width: 90%;
width: 100%;
}
}
}