blog/themes/chosto/static/css/custom.css

24 lines
456 B
CSS
Raw Normal View History

2022-11-06 22:58:22 +01:00
@font-face {
font-family: 'Nunito';
src:
url('../font/Nunito-Regular.woff2') format('woff2'),
url('../font/Nunito-Regular.woff') format('woff'),
url('../font/Nunito-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.has-equal-height {
height: 100%;
display: flex;
flex-direction: column;
}
2021-11-14 23:41:41 +01:00
.content {
text-align: justify;
2022-11-06 22:58:22 +01:00
}
.navbar-dropdown {
font-size: 1rem;
}