thenightfury commited on
Commit
80f3341
·
verified ·
1 Parent(s): 3a3d875

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -2
index.html CHANGED
@@ -56,10 +56,22 @@
56
  }
57
  }
58
 
59
- /* Content1 and Content2 - remove borders and radius */
60
  #content1, #content2 {
 
 
 
 
 
 
61
  border: none;
62
- border-radius: 0;
 
 
 
 
 
 
63
  }
64
 
65
  /* Identity Anchor full width */
 
56
  }
57
  }
58
 
59
+ /* Content1 and Content2 - same styling as content0 */
60
  #content1, #content2 {
61
+ width: 100%;
62
+ padding-left: 2rem;
63
+ padding-right: 2rem;
64
+ padding-top: 1.5rem;
65
+ padding-bottom: 1.5rem;
66
+ box-sizing: border-box;
67
  border: none;
68
+ border-radius: 10px;
69
+ }
70
+ @media (max-width: 768px) {
71
+ #content1, #content2 {
72
+ padding-left: 1rem;
73
+ padding-right: 1rem;
74
+ }
75
  }
76
 
77
  /* Identity Anchor full width */