popov.link/_scss/_welcome.scss

19 lines
271 B
SCSS
Raw Normal View History

2024-02-14 23:12:49 +04:00
.welcome {
2024-02-14 23:00:05 +04:00
left: 50%;
position: absolute;
text-align: center;
top: 40%;
transform: translate(-50%, -50%);
2024-02-14 23:27:02 +04:00
white-space: nowrap;
2024-02-14 23:00:05 +04:00
div {
a {
color: $color-text;
padding: 0 .5em;
&:visited {
color: $color-text;
}
}
}
}