21 lines
240 B
CSS
21 lines
240 B
CSS
|
|
.butter-title {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.butter-service {
|
||
|
|
border-radius: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.butter-service__image {
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.butter-service__content {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 960px) {
|
||
|
|
html {
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
}
|