chore: run stylelint on our css files
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: max-content;
|
||||
|
||||
svg {
|
||||
width: clamp(2.5rem, 8vw, 50px);
|
||||
height: clamp(2.5rem, 8vw, 50px);
|
||||
@@ -12,6 +13,7 @@
|
||||
.contrast {
|
||||
padding: 5px;
|
||||
border-radius: 50%;
|
||||
|
||||
svg {
|
||||
width: clamp(2rem, 7vw, 40px);
|
||||
height: clamp(2rem, 7vw, 40px);
|
||||
@@ -20,6 +22,7 @@
|
||||
|
||||
.simple {
|
||||
background-color: transparent;
|
||||
|
||||
svg {
|
||||
width: clamp(2.5rem, 8vw, 50px);
|
||||
height: clamp(2.5rem, 8vw, 50px);
|
||||
|
||||
Reference in New Issue
Block a user