[Javascript2] removed unnecessary (due to CSS reset) padding from list
This commit is contained in:
parent
87ed25e622
commit
90ebe9b21c
@ -27,7 +27,6 @@ body {
|
|||||||
/* 80px is 20px on each side of body bg color + 20px each side for shadow */
|
/* 80px is 20px on each side of body bg color + 20px each side for shadow */
|
||||||
width: calc(100% - 80px);
|
width: calc(100% - 80px);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0;
|
|
||||||
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
|
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user