mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-14 11:39:22 +01:00
22 lines
277 B
SCSS
22 lines
277 B
SCSS
|
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;
|
||
|
}
|