File size: 179 Bytes
4d70170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@tailwind base;
@tailwind components;
@tailwind utilities;

.nav-bar-title .logo {
  margin-top: 6px;
}

.home-hero {
  figure {
    .image {
      max-height: 100px;
    }
  }
}