2026-02-19 16:42:57 +00:00
|
|
|
:root {
|
|
|
|
|
--bulma-navbar-tab-hover-background-color: #ffffff;
|
|
|
|
|
}
|
2026-02-17 08:42:33 +00:00
|
|
|
.butter-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2026-03-06 12:26:33 +00:00
|
|
|
.butter-form-margin {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2026-02-17 08:42:33 +00:00
|
|
|
.butter-service {
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.butter-service__image {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.butter-service__content {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2026-02-19 16:42:57 +00:00
|
|
|
.butter-centered {
|
|
|
|
|
align-content: center;
|
|
|
|
|
text-align: center;}
|
|
|
|
|
|
2026-02-17 08:42:33 +00:00
|
|
|
@media (max-width: 960px) {
|
|
|
|
|
html {
|
2026-02-19 16:42:57 +00:00
|
|
|
padding: 15px;
|
2026-02-17 08:42:33 +00:00
|
|
|
}
|
2026-02-17 15:05:59 +00:00
|
|
|
}
|
|
|
|
|
@media (max-width: 468px) {
|
|
|
|
|
|
|
|
|
|
.file-viewer-date-modified {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2026-02-17 08:42:33 +00:00
|
|
|
}
|