popov.link/_scss/_welcome.scss

20 lines
270 B
SCSS

main {
left: 50%;
position: absolute;
text-align: center;
top: 40%;
transform: translate(-50%, -50%);
div {
white-space: nowrap;
a {
color: $color-text;
padding: 0 .5em;
&:visited {
color: $color-text;
}
}
}
}