Compare commits

...

2 Commits

Author SHA1 Message Date
51f68a69fc add max width and margining for core 2024-01-23 10:11:58 -06:00
c34c3db021 Remove date from header of core 2024-01-23 10:09:22 -06:00

View File

@ -6,7 +6,6 @@
* | / \ | || || | | || || || || || || | \/ |
* |/ \| \___/ | | || \___/ () \__/ \___/ | |
* GLOBAL SITE STYLESHEET
* 07/20/2022
*/
@import url('//assets.worlio.com/style/css/theme.css');
@ -28,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 {