fix main container padding in mobile view

This commit is contained in:
ghost 2023-12-11 19:42:28 +02:00
parent 140e73b491
commit 5efe356734
2 changed files with 4 additions and 3 deletions

2
.env
View File

@ -19,7 +19,7 @@ APP_ENV=dev
APP_SECRET=EDIT_ME
###< symfony/framework-bundle ###
APP_VERSION=1.5.5
APP_VERSION=1.5.6
APP_NAME=KevaChat

View File

@ -42,7 +42,6 @@ hr {
body
{
font-size: 12px;
padding: 0 16px;
}
header
@ -101,8 +100,10 @@ main
display: block;
margin: 16px auto 0 auto;
max-width: var(--container-max-width);
padding-top: 132px;
padding-bottom: 164px;
padding-left: 4px;
padding-right: 4px;
padding-top: 132px;
}
main ul