go 40 percent on desktop

This commit is contained in:
Tommy Parnell
2018-06-07 20:42:53 -04:00
parent 6e3cf05ce6
commit df8bab5b9f

View File

@@ -81,9 +81,17 @@ header > h4 {
} }
} }
} }
&.show{ @media screen and (max-width: 720px){
width: 100%; &.show{
width: 100%;
}
} }
@media screen and (min-width: 721px){
&.show{
width: 40%;
}
}
} }
a:hover{ a:hover{
cursor: pointer; cursor: pointer;