#9: Menu clean up

This commit is contained in:
imohkay 2021-10-14 13:22:51 +05:30
commit ac8ef860fa
3 changed files with 29 additions and 9 deletions

View file

@ -32,6 +32,13 @@
font-style: italic;
}
// Text: Global Classes
.font-bold {
font-weight: 700;
}
main > .texts {
box-sizing: border-box;