mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-02 16:01:34 -04:00
24 lines
352 B
CSS
24 lines
352 B
CSS
@media screen and (max-width: 767px) {
|
|
.intro-layout-container {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
|
|
.intro-layout {
|
|
margin-top: 1.45rem;
|
|
}
|
|
|
|
.intro-toc .list-group-item {
|
|
margin: 5px auto;
|
|
}
|
|
|
|
.intro-toc .list-group-item:hover {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.intro-toc a:hover {
|
|
text-decoration: none;
|
|
text-decoration-style: none;
|
|
color: #006400;
|
|
}
|