File size: 333 Bytes
87a518e
 
 
 
 
ec0c5e9
 
87a518e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
h1 {
  text-align: center;
  display: block;
}

#description {
  text-align: center;
}
#component-0 {
  max-width: 730px;
  margin: auto;
  margin-top: 25px; 
  padding-top: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 20px;
}

@media (max-width: 450px) {
  #component-0 {
    border: none;
  }
}