mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
37 lines
753 B
CSS
37 lines
753 B
CSS
|
.menu {
|
||
|
font-family: 'Helvetica', sans-serif !important;
|
||
|
font-size: 1.5rem;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.title {
|
||
|
font-family: 'Helvetica', sans-serif !important;
|
||
|
font-size: 1.5rem;
|
||
|
font-weight: bold;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
.label {
|
||
|
font-family: 'Helvetica', sans-serif !important;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
@media (min-width: 768px) {
|
||
|
.menu {
|
||
|
font-family: 'Helvetica', sans-serif !important;
|
||
|
font-size: 2rem;
|
||
|
}
|
||
|
.title {
|
||
|
font-family: 'Helvetica', sans-serif !important;
|
||
|
font-size: 2.5rem;
|
||
|
font-weight: bold;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
.label {
|
||
|
font-family: 'Helvetica', sans-serif !important;
|
||
|
font-size: 1.5rem;
|
||
|
}
|
||
|
}
|
||
|
.navbar-nav {
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
div.plotly-notifier {
|
||
|
visibility: hidden;
|
||
|
}
|