0
0
Fork 0
zero-blog/templates/stylesheet/_structure.scss

13 lines
176 B
SCSS

header h1, header h2 {
display: inline-block;
margin: $standard-width / 2;
padding: 0;
}
body {
min-width: 300px;
width: 75%;
max-width: 1100px;
margin: auto;
}