grav-theme-future2021/assets/sass/components/_heading.scss
2023-02-06 17:18:38 +01:00

17 lines
No EOL
283 B
SCSS

/* Sytles for heading */
.heading {
padding: 1em 3em;
background-color: #fff;
position: relative;
border: solid 1px rgba(160, 160, 160, 0.3);
border-bottom: none;
.title {
h2 {
font-weight: 900;
font-size: 1.5em;
}
}
}