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