update font-family for h1,h2

This commit is contained in:
srgooglo 2022-09-08 19:05:12 +02:00
parent 927be26ece
commit c3d8b47c61

View File

@ -23,6 +23,17 @@
padding: 20px; padding: 20px;
min-width: 20vw; min-width: 20vw;
h1,
h2 {
font-family: "Space Grotesk", sans-serif;
}
}
}
.ant-menu {
svg {
margin-right: 0 !important;
} }
} }
} }