User:Aesulus/Vector 2022 banner.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by the same user not shown)
Line 1:
.hfw_notice {
border: 2px solid cornflowerblue;
padding: 10px;
}
 
.hfw_notice_content {
display: flex;
Line 8 ⟶ 9:
gap: 1rem;
}
 
.hfw_notice_image {
display: flex;
align-items: center;
}
 
.hfw_notice_text {
display: flex;
Line 15 ⟶ 22:
text-align: center;
}
 
.hfw_notice_text_title {
font-weight: bold;
Line 28 ⟶ 36:
}
 
@media all and (width <= 450px700px) {
.hfw_notice_image { display: none; }
.hfw_notice_content {