mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix width-20 and height-20
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
.width-5 { width: 5% !important; }
|
||||
.width-10 { width: 10% !important; }
|
||||
.width-15 { width: 15% !important; }
|
||||
.width-20 { width: 10% !important; }
|
||||
.width-20 { width: 20% !important; }
|
||||
.width-25 { width: 25% !important; }
|
||||
.width-30 { width: 30% !important; }
|
||||
.width-35 { width: 35% !important; }
|
||||
@@ -52,7 +52,7 @@
|
||||
.height-5 { height: 5% !important; }
|
||||
.height-10 { height: 10% !important; }
|
||||
.height-15 { height: 15% !important; }
|
||||
.height-20 { height: 10% !important; }
|
||||
.height-20 { height: 20% !important; }
|
||||
.height-25 { height: 25% !important; }
|
||||
.height-30 { height: 30% !important; }
|
||||
.height-35 { height: 35% !important; }
|
||||
|
||||
Reference in New Issue
Block a user