mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-01 07:18:25 -04:00
Apply prettier to css
This commit is contained in:
parent
87fbe01124
commit
df544469c9
8 changed files with 26 additions and 25 deletions
|
@ -34,7 +34,7 @@
|
|||
border-radius: var(--radius);
|
||||
margin: 8px;
|
||||
padding: 6px;
|
||||
transition: transform .1s;
|
||||
transition: transform 0.1s;
|
||||
}
|
||||
|
||||
.button-inner {
|
||||
|
@ -42,5 +42,5 @@
|
|||
}
|
||||
|
||||
.button:active {
|
||||
transform: scale(.96);
|
||||
transform: scale(0.96);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue