Commit d25e5e1e by Félicie

fixed font-size bugs at home space

parent 3bf230a2
Pipeline #1525 passed with stage
in 1 minute 31 seconds
......@@ -134,17 +134,12 @@ body {
height: 100%;
flex-direction: column;
align-items: center;
font-size: 2rem;
}
@media screen and (max-width: 992px) {
#home_tile_my_info .tile_content {
font-size: 1.7rem;
}
font-size: 1.6rem;
}
@media screen and (max-width: 380px) {
@media screen and (max-width: 576px) {
#home_tile_my_info .tile_content {
font-size: 1.6rem !important;
font-size: 1.4rem !important;
}
}
......@@ -210,22 +205,14 @@ body {
}
.member_associated_partner_area {
font-size: 1.9rem;
line-height: 1.3;
}
@media screen and (max-width: 380px) {
.member_associated_partner_area {
font-size: 1.6rem;
}
}
@media screen and (max-width: 992px) {
.member_associated_partner_area {
display: flex;
flex-direction: column;
align-items: center;
font-size: 1.7rem;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment