mirror of
https://github.com/icons8/lunacy-docs.git
synced 2026-09-24 23:40:52 -05:00
testing nav-grid mobile sizes
This commit is contained in:
@@ -21,13 +21,17 @@
|
||||
display: block;
|
||||
background-color: #FFFFFF;
|
||||
margin-bottom: .9375rem;
|
||||
height: 200px;
|
||||
width: 392px;
|
||||
width: 320px;
|
||||
height: 160px;
|
||||
transition: box-shadow .2s, transform .2s;
|
||||
border-radius: 3px;
|
||||
@media (min-width: $screen-sm-min) {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
@media (min-width: $screen-xs-min) {
|
||||
width: 392px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
||||
@@ -28,13 +28,9 @@
|
||||
.btn--dark {
|
||||
color: $color-black;
|
||||
border: 1px solid #24282A;
|
||||
padding: .5625rem 1.5625rem;
|
||||
padding: .8125rem 2.1875rem;
|
||||
transition: color .2s, background-color .2s;
|
||||
|
||||
@media (min-width: $screen-sm-min) {
|
||||
padding: .8125rem 2.1875rem;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus{
|
||||
color: $color-white;
|
||||
|
||||
Reference in New Issue
Block a user