Initial commit
This commit is contained in:
commit
c0b4ca1021
21 changed files with 677 additions and 0 deletions
21
app/static/butter_styles.css
Normal file
21
app/static/butter_styles.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue