feat(design): clean up terms of service view in settings

This commit is contained in:
Jason Dreyzehner 2016-10-12 22:32:44 -04:00
commit 7637a49dc4
4 changed files with 13 additions and 7 deletions

View file

@ -127,3 +127,9 @@
box-shadow: 0px 0px 10px;
float: left; // we don't want these indicators to affect their container's sizing
}
#settings-tos {
p {
margin-bottom: 1rem;
}
}