mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
fix main container padding in mobile view
This commit is contained in:
parent
140e73b491
commit
5efe356734
2
.env
2
.env
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user