File size: 215 Bytes
cae527d
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.header {
  display: flex;
  align-items: center;
  padding: 0 24px;
  background-color: #3b5998;  /* Change this to your desired top bar color */
}

.logo img {
  height: 32px;
}

.settings {
  margin-left: auto;
}