Fix navigation bar issues

This commit is contained in:
Dane Everitt 2019-12-22 21:22:08 -08:00
parent 1f6f7c4bb4
commit c4fdcb5937
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 3 additions and 2 deletions

View file

@ -77,7 +77,7 @@ export default () => {
return (
<div className={'my-10 flex'}>
<div className={'w-1/4 ml-4'}>
<div className={'w-1/4'}>
<TitledGreyBox title={server.name} icon={faServer}>
<p className={'text-xs uppercase'}>
<FontAwesomeIcon

View file

@ -43,7 +43,8 @@
@apply .w-full .bg-neutral-700 .shadow;
.items {
@apply .flex .items-center .text-sm .mx-2;
@apply .flex .items-center .text-sm .mx-auto .px-2;
max-width: 1200px;
/*! purgecss start ignore */
& > a, & > div {