Fix navigation bar issues
This commit is contained in:
parent
1f6f7c4bb4
commit
c4fdcb5937
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue