center text

This commit is contained in:
Tommy Parnell
2018-12-01 18:45:45 -05:00
parent d000bdc873
commit 2f588dc699

View File

@@ -33,6 +33,7 @@ body {
text-decoration: none;
border-radius: 0.2em;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.96);
text-align: center;
&:hover {
background-color: $darkBg;
color: $lightBg;