fix centering

This commit is contained in:
Andrew Cassidy 2017-11-24 16:06:32 -08:00 committed by Andrew Cassidy
parent 2155d43de8
commit f59fe69764

View File

@ -142,7 +142,7 @@ ul#sidebar {
.flag { .flag {
display: inline-block; display: inline-block;
text-align: center; text-align: center;
line-height: 1em; line-height: normal;
position: relative; position: relative;
padding: { padding: {
@ -175,6 +175,7 @@ ul#sidebar {
float: right; float: right;
width: 160px; width: 160px;
text-align: center; text-align: center;
vertical-align: middle;
font-family: $sidebar-font; font-family: $sidebar-font;
color: $sidebar-text; color: $sidebar-text;
font-size: 20px; font-size: 20px;