1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 15:45:33 -04:00

max-width on homepage

This commit is contained in:
2019-04-08 11:34:41 -04:00
parent f102901e08
commit 369fab65a6

View File

@@ -25,11 +25,14 @@ a {
transition: border-color 0.15s linear;
}
/*! Home Styles */
body#home {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
width: 100%;
max-width: 1450px;
margin: 0 auto;
padding: 6% 8%;
}
@@ -75,7 +78,7 @@ body#home sup {
/* Responsive Awesomeness */
@media screen and (max-width: 800px) {
body {
body#home {
font-size: 16px;
}