xiferd commited on
Commit
f52bc27
·
1 Parent(s): a4f293d

hide information text when not enough space

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -21,6 +21,12 @@ body {
21
  }
22
  }
23
 
 
 
 
 
 
 
24
  h1 {
25
  margin: 0 0;
26
  }
 
21
  }
22
  }
23
 
24
+ @media (max-width: 525px) {
25
+ #information-text {
26
+ display: none;
27
+ }
28
+ }
29
+
30
  h1 {
31
  margin: 0 0;
32
  }