diff --git a/theme/overrides/home.html b/theme/overrides/home.html index 563c2a0..92b7821 100644 --- a/theme/overrides/home.html +++ b/theme/overrides/home.html @@ -83,7 +83,7 @@ } .tx-hero__image { - padding: 2vh 20vw; + padding: 2vh 18px; } .tx-hero .md-button { @@ -99,6 +99,27 @@ color: var(--md-default-fg-color); } + .showcase { + width: 100%; + text-align: center; + padding: 1rem; + } + + .showcase-link { + display: inline-block; + margin: 10px; + } + + .showcase-link img { + width: 120px; + transition: all .3s; + box-shadow: 0 5px 15px rgba(0,0,0, 0.3); + } + + .showcase-link img:hover { + box-shadow: 0 5px 25px rgba(0,0,0, 0.7); + } + /* Hide table of contents */ @media screen and (min-width: 60em) { .md-sidebar--secondary { @@ -135,6 +156,14 @@ .tx-hero .md-button { padding: .625em 2em; } + + .showcase { + padding: 2rem; + } + + .showcase-link img { + width: 200px; + } } /* Hide navigation */ @@ -143,26 +172,7 @@ display: none; } } - - .showcase { - width: 100%; - text-align: center; - padding: 2rem; - } - - .showcase-link { - display: inline-block; - margin: 10px; - } - - .showcase-link img { - transition: all .3s; - box-shadow: 0 5px 15px rgba(0,0,0, 0.3); - } - - .showcase-link img:hover { - box-shadow: 0 5px 25px rgba(0,0,0, 0.7); - } += @@ -218,10 +228,10 @@

{{ config.site_description }}