- full responsive styling for search detail page and home view component

This commit is contained in:
Arno Kaimbacher 2021-12-16 23:53:15 +01:00
commit 1ea0c15504
3 changed files with 11 additions and 6 deletions

View file

@ -17,14 +17,18 @@ h6 {
background-image: url(./../../assets/site/img/white-pixel.png);
background-repeat: repeat;
padding: 1.8em;
width: 28em;
// width: 28em;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.mt-3 {
margin-top: 1rem !important;
// .mt-3 {
// margin-top: 1rem !important;
// }
.columns:not(:last-child) {
margin-bottom: calc(1.5rem - 0.75rem);
display: flex;
}
.button {
background-color: #33cccc;