Files
freeCodeCamp/client/src/templates/Challenges/components/tool-panel.css

20 lines
326 B
CSS

.tool-panel-group button,
.tool-panel-group a {
font-size: 1.1rem;
}
.tool-panel-group-mobile button,
.tool-panel-group-mobile a {
font-size: 16px;
}
.tool-panel-group-mobile {
display: flex;
flex-direction: row-reverse;
padding: 0 2px;
}
.tool-panel-group-mobile .btn-block + .btn-block {
margin: 0 2px 0 0;
}