1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-11-16 09:29:57 +00:00
1bit.pw/sass/_layout.scss

20 lines
266 B
SCSS
Raw Normal View History

2020-04-14 02:23:38 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
width: 100%;
}
.container {
width: 100%;
min-width: 600px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding-bottom: 2rem;
}