35 lines
No EOL
460 B
CSS
35 lines
No EOL
460 B
CSS
:root {
|
|
--bulma-navbar-tab-hover-background-color: #ffffff;
|
|
}
|
|
.butter-title {
|
|
text-align: center;
|
|
}
|
|
|
|
.butter-service {
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.butter-service__image {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.butter-service__content {
|
|
display: block;
|
|
}
|
|
|
|
.butter-centered {
|
|
align-content: center;
|
|
text-align: center;}
|
|
|
|
@media (max-width: 960px) {
|
|
html {
|
|
padding: 15px;
|
|
}
|
|
}
|
|
@media (max-width: 468px) {
|
|
|
|
.file-viewer-date-modified {
|
|
display: none;
|
|
}
|
|
|
|
} |