Spaces:
Sleeping
Sleeping
File size: 681 Bytes
80d68c7 217866d 80d68c7 217866d 80d68c7 217866d 80d68c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
#main-row, #md-text {
width: 80%;
margin: auto;
}
#predictions-text, #user-image, #first-col{
height: 100% !important;
max-height: 100% !important;
min-height: 100% !important;
}
#main-row {
min-height: 30rem;
}
#md-text {
padding-top: 3%;
padding-bottom: 2%;
}
#breed-description {
padding-top: 2%;
padding-bottom: 4%;
}
.h-60 {
height: 30em !important;
}
@media (min-width: 768px){
.md\:min-h-\[15rem\] {
min-height: 26rem;
}
}
@media (min-width: 1280px){
.xl\:max-h-\[18rem\] {
max-height: 30rem;
}
}
@media (min-width: 1536px){
.\32xl\:max-h-\[20rem\] {
max-height: 30rem;
}
}
|