mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-25 04:44:55 +00:00
Yet again more fixing! But no actual progress
This commit is contained in:
parent
a9780f59e7
commit
d767bf0582
5 changed files with 96 additions and 42 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue