maringetxway commited on
Commit
1654a09
·
verified ·
1 Parent(s): 8e66be8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -2
index.html CHANGED
@@ -47,14 +47,21 @@
47
  max-width: 40vw;
48
  }
49
 
50
- @media (max-width: 600px) {
51
  #event-info {
52
- font-size: 3vw;
 
53
  max-width: 90vw;
 
 
 
 
 
54
  }
55
  }
56
 
57
 
 
58
  p {
59
  color: rgb(107, 114, 128);
60
  font-size: 15px;
 
47
  max-width: 40vw;
48
  }
49
 
50
+ @media (max-width: 600px) {
51
  #event-info {
52
+ position: static;
53
+ font-size: 3.5vw;
54
  max-width: 90vw;
55
+ margin: 0 auto;
56
+ background-color: rgba(0, 0, 0, 0.6);
57
+ color: #fff;
58
+ text-align: center;
59
+ margin-top: 1rem;
60
  }
61
  }
62
 
63
 
64
+
65
  p {
66
  color: rgb(107, 114, 128);
67
  font-size: 15px;