mvaloatto commited on
Commit
7a2ddb2
·
verified ·
1 Parent(s): 487ad01

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +9 -4
styles.css CHANGED
@@ -26,6 +26,13 @@ h1 {
26
  text-align: center;
27
  }
28
 
 
 
 
 
 
 
 
29
  a:link {
30
  font-size: 16px;
31
  color: #FFFFFF;
@@ -95,9 +102,7 @@ main {
95
  }
96
 
97
  section {
98
- padding: 32px;
99
- border-radius: 8px;
100
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
101
  background-color: #111827;
102
  position: relative;
103
  overflow: hidden;
@@ -189,7 +194,7 @@ section::after {
189
  .notes h2 {
190
  font-size: 28px;
191
  font-weight: bold;
192
- margin-bottom: 24px;
193
  }
194
 
195
  .notes p {
 
26
  text-align: center;
27
  }
28
 
29
+ h2 {
30
+ font-size: 24px;
31
+ font-weight: bold;
32
+ margin-bottom: 10px;
33
+ text-align: left;
34
+ }
35
+
36
  a:link {
37
  font-size: 16px;
38
  color: #FFFFFF;
 
102
  }
103
 
104
  section {
105
+ padding: 20px;
 
 
106
  background-color: #111827;
107
  position: relative;
108
  overflow: hidden;
 
194
  .notes h2 {
195
  font-size: 28px;
196
  font-weight: bold;
197
+ margin-bottom: 10px;
198
  }
199
 
200
  .notes p {