aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-07-02 00:45:15 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-07-02 00:46:05 +0200
commitf7cbd62d7e344ed2ba71c5ab149edd69c21fb65f (patch)
tree076ce7d9ea9ee43706bc87c3d442b7ea3ec64f63 /layouts
parent07c31b41ddf9bc97ab6ab88e1b9364cd51cfb594 (diff)
downloadgraysx-kovok-f7cbd62d7e344ed2ba71c5ab149edd69c21fb65f.tar.gz
layouts/index.html: Set up 95% height for main button
This would avoid the "Watch" button from looking cropped on mobile devices.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index cb42436..e326112 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,7 +5,7 @@
{{- partial "header.html" . -}}
<!-- Masthead-->
<header class="masthead">
- <div class="container main px-4 px-lg-5 py-lg-5 d-flex h-100 align-items-end justify-content-center">
+ <div class="container main px-4 px-lg-5 py-lg-5 d-flex h-95 align-items-end justify-content-center">
<div class="d-flex justify-content-center">
<div class="text-center">
{{ with site.Data.homepage.main }}