diff --git a/assets/style.css b/assets/style.css index b96eea7..833cd6c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -684,6 +684,10 @@ video { margin-right: 0.25rem; } +.mt-2 { + margin-top: 0.5rem; +} + .block { display: block; } @@ -781,9 +785,9 @@ video { border-top-width: 1px; } -.bg-red-700 { +.bg-red-800 { --tw-bg-opacity: 1; - background-color: rgb(185 28 28 / var(--tw-bg-opacity)); + background-color: rgb(153 27 27 / var(--tw-bg-opacity)); } .bg-gray-50 { @@ -796,21 +800,6 @@ video { background-color: rgb(244 244 245 / var(--tw-bg-opacity)); } -.bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgb(153 27 27 / var(--tw-bg-opacity)); -} - -.bg-red-900 { - --tw-bg-opacity: 1; - background-color: rgb(127 29 29 / var(--tw-bg-opacity)); -} - -.bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgb(39 39 42 / var(--tw-bg-opacity)); -} - .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; @@ -851,9 +840,9 @@ video { font-family: Spline Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; +.text-xl { + font-size: 1.25rem; + line-height: 1.75rem; } .text-sm { @@ -866,11 +855,6 @@ video { line-height: 2.25rem; } -.text-xs { - font-size: 0.75rem; - line-height: 1rem; -} - .font-bold { font-weight: 700; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 809a7da..8fa099d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - +
diff --git a/layouts/partials/services.html b/layouts/partials/services.html index 6f3580d..66414c9 100644 --- a/layouts/partials/services.html +++ b/layouts/partials/services.html @@ -10,8 +10,8 @@- Číst více → +
diff --git a/layouts/shortcodes/services.html b/layouts/shortcodes/services.html deleted file mode 100644 index 1df77df..0000000 --- a/layouts/shortcodes/services.html +++ /dev/null @@ -1 +0,0 @@ -{{ partial "services.html" }}