mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-16 23:18:55 +00:00
17 lines
No EOL
283 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
|