LordXido commited on
Commit
9efd64b
·
verified ·
1 Parent(s): e495c61

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -6,8 +6,8 @@ body {
6
  }
7
 
8
  header {
9
- padding: 1em;
10
  text-align: center;
 
11
  border-bottom: 1px solid #003333;
12
  }
13
 
@@ -22,7 +22,7 @@ header {
22
 
23
  svg {
24
  flex: 1 1 60%;
25
- min-height: 420px;
26
  border-right: 1px solid #003333;
27
  }
28
 
 
6
  }
7
 
8
  header {
 
9
  text-align: center;
10
+ padding: 1em;
11
  border-bottom: 1px solid #003333;
12
  }
13
 
 
22
 
23
  svg {
24
  flex: 1 1 60%;
25
+ min-height: 450px;
26
  border-right: 1px solid #003333;
27
  }
28