fix: add adaptive to article
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
background: $color-white;
|
||||
border: 1px solid $color-darkgray;
|
||||
border-radius: rem(16px);
|
||||
padding: rem(4px) rem(10px);
|
||||
padding: rem(10px) rem(10px);
|
||||
transition: border ease .5s;
|
||||
|
||||
font-family: $font-roboto;
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
@include iftablet {
|
||||
font-size: rem(16px);
|
||||
padding: rem(10px) rem(16px);
|
||||
}
|
||||
|
||||
@include iflaptop {
|
||||
|
||||
Reference in New Issue
Block a user