We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6f7c4 commit c4fdcb5Copy full SHA for c4fdcb5
2 files changed
resources/scripts/components/server/ServerConsole.tsx
@@ -77,7 +77,7 @@ export default () => {
77
78
return (
79
<div className={'my-10 flex'}>
80
- <div className={'w-1/4 ml-4'}>
+ <div className={'w-1/4'}>
81
<TitledGreyBox title={server.name} icon={faServer}>
82
<p className={'text-xs uppercase'}>
83
<FontAwesomeIcon
resources/styles/components/navigation.css
@@ -43,7 +43,8 @@
43
@apply .w-full .bg-neutral-700 .shadow;
44
45
.items {
46
- @apply .flex .items-center .text-sm .mx-2;
+ @apply .flex .items-center .text-sm .mx-auto .px-2;
47
+ max-width: 1200px;
48
49
/*! purgecss start ignore */
50
& > a, & > div {
0 commit comments