🐛 fix: improve responsiveness of home banner
This commit is contained in:
parent
8b28ea75d6
commit
1f11e8480e
@ -50,7 +50,7 @@
|
||||
transition: 300ms;
|
||||
width: 28%;
|
||||
margin-right: 1%;
|
||||
margin-top:3%;
|
||||
margin-top: 1%;
|
||||
}
|
||||
.bloglist-container {
|
||||
display: flex;
|
||||
|
@ -11,6 +11,7 @@
|
||||
width: 22%;
|
||||
overflow: hidden;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#home-banner-text {
|
||||
@ -29,9 +30,13 @@
|
||||
line-height: 1.75rem;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.banner-home-img {
|
||||
border-radius: 50%;
|
||||
max-height: 80%;
|
||||
max-width: 15rem;
|
||||
max-height: 15rem;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@ -41,13 +46,16 @@
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.banner-home-img {
|
||||
max-width: 12rem;
|
||||
max-height: 12rem;
|
||||
}
|
||||
|
||||
.image-container-home {
|
||||
width: 95%;
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
#home-banner-text {
|
||||
width: 95%;
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user