Dagfinn1962 commited on
Commit
78c5e64
·
verified ·
1 Parent(s): fe928da

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +2 -2
styles.css CHANGED
@@ -11,12 +11,12 @@
11
  top: 0;
12
  left: 0;
13
  width: 100%;
14
- height: 20px;
15
  display: flex;
16
  justify-content: space-between;
17
  align-items: center;
18
  background-color: var(--dark-gray);
19
- padding: 0 20px;
20
  box-sizing: border-box;
21
  font-family: var(--verdana-font);
22
  color: var(--white);
 
11
  top: 0;
12
  left: 0;
13
  width: 100%;
14
+ height: 30px;
15
  display: flex;
16
  justify-content: space-between;
17
  align-items: center;
18
  background-color: var(--dark-gray);
19
+ padding: 0 0px;
20
  box-sizing: border-box;
21
  font-family: var(--verdana-font);
22
  color: var(--white);