go 40 percent on desktop
This commit is contained in:
@@ -81,9 +81,17 @@ header > h4 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 720px){
|
||||||
&.show{
|
&.show{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 721px){
|
||||||
|
&.show{
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
a:hover{
|
a:hover{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user