url-minify/frontend/styles/Contributors.module.css

17 lines
319 B
CSS

.head {
font-family: 'Montserrat Alternates', sans-serif;
color: #fff;
/* text-shadow: 3px 2px 1px black; */
line-height: 1.15;
font-size: 5.5rem;
font-weight: bold;
margin-bottom: 300px;
text-align: center;
}
@media (max-width: 600px) {
.head {
font-size: 2.5rem;
margin-bottom: 250px;
}
}