Commit 760d7727 by Damien Moulard

Merge branch 'ticket_1736' into 'evolution_bdm'

ticket_1736 - fixed font-size bugs at home space

See merge request !78
parents c1ebf735 d25e5e1e
Pipeline #1531 passed with stage
in 1 minute 32 seconds
...@@ -134,17 +134,12 @@ body { ...@@ -134,17 +134,12 @@ body {
height: 100%; height: 100%;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
font-size: 2rem; font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
#home_tile_my_info .tile_content {
font-size: 1.7rem;
}
} }
@media screen and (max-width: 380px) { @media screen and (max-width: 576px) {
#home_tile_my_info .tile_content { #home_tile_my_info .tile_content {
font-size: 1.6rem !important; font-size: 1.4rem !important;
} }
} }
...@@ -210,22 +205,14 @@ body { ...@@ -210,22 +205,14 @@ body {
} }
.member_associated_partner_area { .member_associated_partner_area {
font-size: 1.9rem;
line-height: 1.3; line-height: 1.3;
} }
@media screen and (max-width: 380px) {
.member_associated_partner_area {
font-size: 1.6rem;
}
}
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
.member_associated_partner_area { .member_associated_partner_area {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; 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