mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Fix spacing
This commit is contained in:
parent
85abb89d2c
commit
f07b034c14
@ -1,8 +1,7 @@
|
||||
.nav {
|
||||
@apply .fixed .w-full .flex .bg-blue .font-sans .border-b .border-t .border-blue-darker .px-6 .text-sm;
|
||||
@apply .fixed .w-full .flex .bg-blue .font-sans .border-b .border-t .border-blue-darker .px-6 .text-sm .z-20;
|
||||
height: 56px;
|
||||
line-height: 54px;
|
||||
z-index: 100;
|
||||
|
||||
.sidebar-button {
|
||||
@apply p-3;
|
||||
@ -25,7 +24,7 @@
|
||||
}
|
||||
|
||||
.search-box {
|
||||
@apply relative px-2;
|
||||
@apply .relative .px-2;
|
||||
|
||||
input {
|
||||
@apply bg-transparent text-white border-white border-b p-1 w-48 outline-none;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.custom-block {
|
||||
@apply .px-6 .py-1;
|
||||
@apply .px-6 .py-1 .my-4;
|
||||
border-left: .5rem solid;
|
||||
|
||||
& > .custom-block-title {
|
||||
|
||||
@ -61,7 +61,6 @@ h2 {
|
||||
|
||||
p {
|
||||
@apply .my-4;
|
||||
line-height: 1.7 !important;
|
||||
}
|
||||
|
||||
code, kbd, .line-number {
|
||||
@ -69,7 +68,7 @@ code, kbd, .line-number {
|
||||
}
|
||||
|
||||
p, ul, ol {
|
||||
@apply leading-normal;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user