20 lines
239 B
SCSS
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;
|
|
}
|