feat: Make detail-adoption-notice-header responsive
This commit is contained in:
parent
41da9b91a6
commit
ce6da00581
@ -303,7 +303,6 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.container-cards {
|
.container-cards {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -400,4 +399,15 @@ form {
|
|||||||
.detail-adoption-notice-header a {
|
.detail-adoption-notice-header a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 920px) {
|
||||||
|
.detail-adoption-notice-header h1 {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-adoption-notice-header a {
|
||||||
|
display: inline-block;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user