1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 12:05:07 +01:00

fix(docs): fixes broken docs page

This commit is contained in:
Amir Raminfar
2023-10-03 15:40:00 -07:00
parent 8f314f5e6f
commit 0e135d0eac
3 changed files with 104 additions and 110 deletions

View File

@@ -144,12 +144,14 @@
}
.VPHomeHero .name {
@apply font-playfair font-light text-7xl;
@apply text-7xl font-light;
font-family: "Playfair Display", serif;
}
.VPNavBarTitle .title {
@apply font-playfair font-light text-3xl;
@apply text-3xl font-light;
color: var(--bar-title-color);
font-family: "Playfair Display", serif;
}
.VPHero .container .image {