improve map spacing
This commit is contained in:
committed by
SaintPeter
parent
81f9b92bed
commit
806b196d5e
@ -1018,6 +1018,14 @@ hr {
|
|||||||
color: @gray-light;
|
color: @gray-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.asterisk-explanation {
|
||||||
|
margin-top: -15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.map-buttons {
|
||||||
|
margin-top: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
extends ../layout-wide
|
extends ../layout-wide
|
||||||
block content
|
block content
|
||||||
.text-center.map-fixed-header
|
.text-center.map-fixed-header.asterisk-explanation
|
||||||
p Challenges marked with * are required for certification
|
p Challenges required for certifications are marked with a *
|
||||||
.row.map-buttons
|
.row.map-buttons
|
||||||
button.center-block.btn.btn-sm.btn-block.btn-primary.active#showAll Collapse all challenges
|
button.center-block.btn.btn-sm.btn-block.btn-primary.active#showAll Collapse all challenges
|
||||||
hr
|
hr
|
||||||
|
Reference in New Issue
Block a user