Socialify

Folder ..

Viewing app.css
18 lines (15 loc) • 297.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
@tailwind base;
@tailwind components;
@tailwind utilities;

.saira {
  font-family: "Saira Extra Condensed", sans-serif;
}

.banner {
  background-image: url("/images/backdrop.webp");
  background-size: contain;
  background-repeat: repeat-x;
  min-width: 1080px;
}

.overlay {
  width: 1080px;
}