mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(client): align block labels on mobile view (#64492)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -350,3 +350,13 @@ button .block-header-button-text {
|
||||
margin-top: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
.super-block-accordion .block-label {
|
||||
margin-inline-start: auto;
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
.super-block-accordion .block-header:has(.block-label-cert-project) {
|
||||
padding-inline-end: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user