From 09b9c74bfcba5a3f6338655c732804a0ede7645f Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 11 Nov 2023 16:31:35 -0700 Subject: [PATCH] Start making homepage responsive --- new/includes/header.html | 3 --- new/index.html | 4 ++-- new/resources/css/home.css | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/new/includes/header.html b/new/includes/header.html index a7bbc7d..883d942 100644 --- a/new/includes/header.html +++ b/new/includes/header.html @@ -182,9 +182,6 @@
  • Account
  • -
  • - Help -
  • diff --git a/new/index.html b/new/index.html index abe2531..851c531 100644 --- a/new/index.html +++ b/new/index.html @@ -752,7 +752,7 @@ reverse_proxy /api/* localhost:9002 -
    +

    Recommended by experts

    @@ -783,7 +783,7 @@ reverse_proxy /api/* localhost:9002 "No popular server software does [session ticket key rotation], with the exception of Caddy."

    - —Drew Springall, Zakir Durumeric, and J. Alex Halderman. 2016. Measuring the Security Harm of TLS Crypto Shortcuts. In Proceedings of the 2016 Internet Measurement Conference (IMC '16), Association for Computing Machinery, Santa Monica, California, USA, 33-47. DOI:https://doi.org/10.1145/2987443.2987480 + —Drew Springall, Zakir Durumeric, and J. Alex Halderman. 2016. Measuring the Security Harm of TLS Crypto Shortcuts. In Proceedings of the 2016 Internet Measurement Conference (IMC '16), Association for Computing Machinery, Santa Monica, California, USA, 33-47. https://doi.org/10.1145/2987443.2987480

    diff --git a/new/resources/css/home.css b/new/resources/css/home.css index 7b0361d..b610c82 100644 --- a/new/resources/css/home.css +++ b/new/resources/css/home.css @@ -511,6 +511,20 @@ img.cite { +@media (max-width: 1350px) { + h1 { + text-align: center; + } + + .asides { + flex-direction: column; + } + + .action-buttons { + margin-bottom: 55px; + } +} +