mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 21:02:25 -05:00
Change margin and width for nested elements in map
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
margin:155px auto 0;
|
||||
position:relative;
|
||||
#nested {
|
||||
margin:0 15px;
|
||||
margin:0 10px;
|
||||
@media (max-width: 400px) {
|
||||
margin:0;
|
||||
}
|
||||
@@ -174,6 +174,7 @@
|
||||
padding-left: 40px;
|
||||
padding-bottom: 10px;
|
||||
display:block;
|
||||
max-width: 535px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user