1

21 lines
262 B
SCSS

.container {
max-width: 1000px !important;
h2 {
font-weight: bold;
}
}
@media screen and (max-width: 405px) {
.navbar-brand{
display:none;
}
}
#hero-title {
font-size:5em;
@media screen and (max-width: 420px) {
font-size: 3em;
}
}