Skip to content
Snippets Groups Projects
Verified Commit 0f955c36 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Fixed some margins especially on small screens.

parent 30f93664
No related branches found
No related tags found
No related merge requests found
...@@ -48,21 +48,21 @@ cite::before { ...@@ -48,21 +48,21 @@ cite::before {
@apply border-blue-200; @apply border-blue-200;
@apply border-l-2; @apply border-l-2;
@apply -ml-4; @apply -ml-4;
@apply px-4; @apply pl-4;
} }
.linux { .linux {
@apply border-yellow-200; @apply border-yellow-200;
@apply border-l-2; @apply border-l-2;
@apply -ml-4; @apply -ml-4;
@apply px-4; @apply pl-4;
} }
.mac { .mac {
@apply border-gray-200; @apply border-gray-200;
@apply border-l-2; @apply border-l-2;
@apply -ml-4; @apply -ml-4;
@apply px-4; @apply pl-4;
} }
#btn-win.active { #btn-win.active {
......
{{ define "main" }} {{ define "main" }}
<div class="flex-1 relative z-0 overflow-y-auto focus:outline-none"> <div class="flex-1 relative z-0 overflow-y-auto focus:outline-none">
<div class="max-w-7xl mx-auto px-4 sm:px-6 md:px-8"> <div class="max-w-7xl mx-auto pl-4 pr-2 sm:px-6 md:px-8">
<h1 class="text-2xl lg:text-3xl font-bold mb-3 lg:mb-5">{{ .Title }}</h1> <h1 class="text-2xl lg:text-3xl font-bold mb-3 lg:mb-5">{{ .Title }}</h1>
{{ if .CurrentSection.Params.os_selector }} {{ if .CurrentSection.Params.os_selector }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment