mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 14:23:11 +00:00
Fixed radius errors, explained tags betterrrr
This commit is contained in:
parent
248154f37d
commit
b4e388ebcb
5 changed files with 42 additions and 27 deletions
|
@ -298,7 +298,7 @@
|
|||
|
||||
background-color: $page-accent;
|
||||
|
||||
border-radius: $rad;
|
||||
border-radius: calc($rad - (0.5rem + 3px));
|
||||
|
||||
font-family: $font-body;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue