just change everything at 1200px wide
This commit is contained in:
parent
31fbb3826e
commit
4bf5bb1bc6
|
@ -90,14 +90,6 @@ h2 {
|
||||||
/* width specific settings */
|
/* width specific settings */
|
||||||
@media screen and (max-width: 1200px) {
|
@media screen and (max-width: 1200px) {
|
||||||
|
|
||||||
#words,
|
|
||||||
#bigwords {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
|
||||||
|
|
||||||
#words,
|
#words,
|
||||||
#bigwords {
|
#bigwords {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue