aboutsummaryrefslogtreecommitdiff
path: root/scss/main.scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 15:37:17 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 15:37:17 +0100
commitc6b6252270e94d4512884187135df1c1a20f5734 (patch)
tree3df5f96d9486485e58d0392771017d934f0726f5 /scss/main.scss
parenta1c1eb9ded1e6f1de0946b40c01439f5c9d3d529 (diff)
build(golatt): upgrade to 0.2.0
Diffstat (limited to 'scss/main.scss')
-rw-r--r--scss/main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 20147e5..77c1b3f 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -37,6 +37,7 @@ a {
.credits {
display: flex;
gap: 1rem;
+ font-size: 16px;
@media only screen and (max-width: $bp-little) {
gap: 0;
align-items: center;
@@ -46,7 +47,6 @@ a {
margin-bottom: 2rem;
margin-top: 2rem;
}
- font-size: 16px;
& a {
color: var(--text-color);
}