General Updates

Updated .icon padding to make iconography appear centered.

Updated container alignment to center to remove outdated attribute.

Removed underline from links within buttons.
This commit is contained in:
Seth Cottle
2020-04-13 21:26:25 -04:00
parent 5b9ff2057d
commit 3a477974b2
4 changed files with 4 additions and 4 deletions

View File

@ -37,6 +37,7 @@
position: relative;
width: 100%;
max-width: 600px;
text-align: center;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }