add max width and margining for core
This commit is contained in:
parent
c34c3db021
commit
51f68a69fc
|
@ -27,6 +27,13 @@ nav.top::-webkit-scrollbar {
|
|||
display: none;
|
||||
}
|
||||
|
||||
body:not(.filemanager):not(.guestbook) {
|
||||
max-width: 1200px;
|
||||
/* Define left/right individually to avoid breaking other margin styles */
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
body.home .home-container {}
|
||||
body.home .home-container img.logo { max-height: 256px; max-width: 100%; }
|
||||
body.home .home-container .slogan {
|
||||
|
|
Loading…
Reference in New Issue
Block a user