friendenstein/sass/_home.scss

22 lines
277 B
SCSS
Raw Normal View History

2023-12-24 18:29:23 +01:00
div.home {
margin-top: 35%;
margin-bottom: 15%;
text-align: center;
h1 {
margin: 0;
font-size: 4rem;
color: var(--fgColor);
background-color: var(--bgColor);
&::before {
content: none;
}
}
}
a.socialIcon {
padding: .2em .3em 0 .3em;
font-size: 32px;
}