Fix spacing

This commit is contained in:
Dane Everitt 2018-07-25 22:35:04 -07:00
parent 85abb89d2c
commit f07b034c14
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
3 changed files with 4 additions and 6 deletions

View File

@ -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;

View File

@ -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 {

View File

@ -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 {