From 6be20bf23d4b9c0717c9c98da6dda79048fca097 Mon Sep 17 00:00:00 2001 From: SpacEagle17 <46494907+SpacEagle17@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:53:15 +0200 Subject: [PATCH] try whatever this is --- assets/css/style.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f0a4141..714e1b5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1402,10 +1402,10 @@ table, th, td { width: 45%; float: left; min-width: fit-content; - margin-bottom: 20px; + margin-bottom: 50px; margin-left: -20px; margin-right: -20px; - padding: 0px 15px; + padding: 50px 15px; text-align: center; cursor: pointer; background-color: rgb(26, 26, 35); @@ -1415,6 +1415,18 @@ table, th, td { transition: outline-color 0.25s ease-in-out; } +.section-what-is-EP-desc p { + float: right; + position: relative; + padding-left: 20px; + margin-top: 20px; + font-size: 16px; + color: var(--VeryLightGray);; + max-width: 55%; + min-width: 340px; + margin-bottom: 50px; +} + .section-how-install { width: 45%; min-width: fit-content; @@ -1429,18 +1441,6 @@ table, th, td { transition: outline-color 0.25s ease-in-out; } -.section-what-is-EP-desc p { - float: right; - position: relative; - padding-left: 20px; - margin-top: 20px; - font-size: 16px; - color: var(--VeryLightGray);; - max-width: 55%; - min-width: 340px; - margin-bottom: 50px; -} - .section-click-box:hover { outline-color: var(--ThemeColor); }