Commit 04087031 by Félicie

same size in every area

parent a0aa58ad
Pipeline #1487 passed with stage
in 1 minute 31 seconds
...@@ -213,24 +213,18 @@ body { ...@@ -213,24 +213,18 @@ body {
margin-bottom: 10px; margin-bottom: 10px;
} }
.member_shift_name_area,
.member_coop_number_area,
.member_associated_partner_area { .member_associated_partner_area {
font-size: 1.9rem; font-size: 1.9rem;
line-height: 1.3; line-height: 1.3;
} }
@media screen and (max-width: 380px) { @media screen and (max-width: 380px) {
.member_shift_name_area,
.member_coop_number_area,
.member_associated_partner_area { .member_associated_partner_area {
font-size: 1.6rem; font-size: 1.6rem;
} }
} }
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
.member_shift_name_area,
.member_coop_number_area,
.member_associated_partner_area { .member_associated_partner_area {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -41,9 +41,7 @@ ...@@ -41,9 +41,7 @@
Numéro de coop Numéro de coop
</div> </div>
<div class="my_info_line_right member_coop_number_area"> <div class="my_info_line_right member_coop_number_area">
<div class="member_coop_number_area"> <span class="member_coop_number member_info"></span>
<span class="member_coop_number member_info"></span>
</div>
</div> </div>
</div> </div>
<div class="my_info_line member_email_line"> <div class="my_info_line member_email_line">
...@@ -89,4 +87,4 @@ ...@@ -89,4 +87,4 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
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