mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-22 19:34:54 +00:00
Random fixes
This commit is contained in:
parent
0aed7f1cb9
commit
bc7dfb481a
7 changed files with 91 additions and 60 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue