Skip to content

Commit

Permalink
try whatever this is
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacEagle17 committed Sep 23, 2024
1 parent f18edc8 commit 6be20bf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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;
Expand All @@ -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);
}
Expand Down

0 comments on commit 6be20bf

Please sign in to comment.