18 lines
224 B
SCSS
18 lines
224 B
SCSS
.container {
|
|
display: grid;
|
|
margin-left: 15%;
|
|
margin-right: 15%;
|
|
margin-top: 5%;
|
|
margin-bottom: 5%;
|
|
gap: 30px;
|
|
}
|
|
|
|
.heading {
|
|
font-size: 2.3125rem;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.markdown {
|
|
margin-bottom: 50px;
|
|
}
|