aboutsummaryrefslogtreecommitdiff
path: root/_scss
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 22:27:02 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 22:27:02 +0300
commitf8ce922640bda39e5ccbebbf4b12620872ee2f60 (patch)
treec5e81f630f8ea03620969b614e5d7fa5d54a8c49 /_scss
parent478d0b4589fd6ed4bab11d5cfb968c47660c3d55 (diff)
downloadpopov.link-f8ce922640bda39e5ccbebbf4b12620872ee2f60.tar.xz
popov.link-f8ce922640bda39e5ccbebbf4b12620872ee2f60.zip
Micro style fix
Diffstat (limited to '_scss')
-rw-r--r--_scss/_welcome.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/_scss/_welcome.scss b/_scss/_welcome.scss
index c4c83a0..ff09b80 100644
--- a/_scss/_welcome.scss
+++ b/_scss/_welcome.scss
@@ -4,10 +4,9 @@
text-align: center;
top: 40%;
transform: translate(-50%, -50%);
+ white-space: nowrap;
div {
- white-space: nowrap;
-
a {
color: $color-text;
padding: 0 .5em;