Random fixes

This commit is contained in:
Michał Gdula 2022-09-22 19:39:15 +00:00
parent 0aed7f1cb9
commit bc7dfb481a
7 changed files with 91 additions and 60 deletions

View file

@ -78,7 +78,7 @@ body {
text-decoration: none;
border: none;
border-radius: calc($rad - (0.5rem + 3px));
border-radius: calc($rad - 0.7rem);
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.5rem + 3px));
border-radius: calc($rad - 0.7rem);
}
}