Yet again more fixing! But no actual progress

This commit is contained in:
Michał Gdula 2022-09-25 18:17:47 +00:00
parent a9780f59e7
commit d767bf0582
5 changed files with 96 additions and 42 deletions

View file

@ -78,7 +78,7 @@ body {
text-decoration: none;
border: none;
border-radius: calc($rad - 0.7rem);
border-radius: calc($rad - 0.5rem);
transition: outline 0.1s cubic-bezier(.19, 1, .22, 1);
@ -102,7 +102,7 @@ body {
background-color: $white;
border: none;
border-radius: calc($rad - 0.7rem);
border-radius: calc($rad - 0.5rem);
}
}