From caa028d753168cd82d49b8cdfecf57d6983aa3d8 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 5 Sep 2021 17:53:01 +0200 Subject: [PATCH] Test ressources version mobile --- styles.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/styles.css b/styles.css index 530d83a..f30d804 100644 --- a/styles.css +++ b/styles.css @@ -361,12 +361,6 @@ footer a::before { /* low-res CSS */ @media only screen and (max-width: 600px) { - /* these download links make approximately zero sense - on a phone without a user-accessible file system. */ - .summary p:last-child { - display: none; - } - /* type adjustments */ h1 { margin-top: 30px; @@ -383,6 +377,11 @@ footer a::before { .adhesion p:last-child { padding: 1em 6%; } + + li { + border-top: none; + border-bottom: none; + } } @@ -423,7 +422,6 @@ footer a::before { .latest-articles li, .a-lec-resources li { float: none; width: 100%; - border: none; } /* adjusting footer type, icons */