Remove some whitespace

This commit is contained in:
Wingysam 2018-11-23 17:29:40 -05:00
parent e68d1047aa
commit 0117e0aebe
3 changed files with 11 additions and 2 deletions

View file

@ -9,6 +9,15 @@
border: none;
}
.fullwidth {
width: 100%;
max-width: none;
}
.noLeftMargin {
margin-left: 0 !important;
}
ul.noStyle li {
list-style-type: none;
}