From 5696fab78389c5327efb9ebb4252f7b9dc21c7d2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 15 May 2023 16:58:18 -0700 Subject: [PATCH] button layout --- _layouts/default.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 2f4cdce86..dbf98ffd5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,14 +17,12 @@ .main-content blockquote { border-left-color: #159957; } - @media screen and (max-width: 20em) { - .btn { - display: inline-block; - width: auto; - } - .btn + .btn { - margin-top: 0; - } + .btn { + display: inline-block; + width: auto; + } + .btn + .btn { + margin-top: 0; }