kamilcraft.com/scss/default.scss
2021-10-18 10:26:18 +02:00

20 lines
239 B
SCSS

@import "root";
@import "all";
a {
text-decoration: none;
}
h2 {
font-size: 1.8em;
margin-bottom: 10px;
}
p {
font-size: 1.1em;
line-height: 1.4em;
padding-bottom: 10px;
}
.container {
max-width: 1200px;
margin: 0 auto;
}