Fix logo display

This commit is contained in:
Dane Everitt 2018-07-26 22:46:14 -07:00
parent 27f860880b
commit 775f6f5495
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -16,10 +16,14 @@
}
.home-link {
@apply .block .text-white .font-light .mr-6 .flex-none .w-auto;
@apply .text-white .font-light;
&:hover {
@apply .no-underline;
}
.logo {
@apply .h-12;
@apply .h-12 .float-left;
}
.site-name {