mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-11 08:59:59 +00:00
13 lines
177 B
CSS
13 lines
177 B
CSS
|
|
@media (max-width: 1200px) {
|
|
.md-header-nav__button {
|
|
color: #ef5350;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
}
|
|
}
|
|
|
|
.md-nav__title--site {
|
|
display: none;
|
|
}
|