mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-23 23:25:39 +00:00
Actually remove unused CSS
This commit is contained in:
parent
67eaf3e8d3
commit
fe3d6227c0
|
@ -92,7 +92,6 @@ footer {
|
|||
}
|
||||
|
||||
/* Features Styles */
|
||||
|
||||
#features {
|
||||
background: #000;
|
||||
border-top: var(--rd-purple) 5px solid;
|
||||
|
@ -100,30 +99,6 @@ footer {
|
|||
transition: 0.25s;
|
||||
}
|
||||
|
||||
/* #feature-row {
|
||||
flex-wrap: nowrap;
|
||||
scrollbar-width: none;
|
||||
scroll-behavior: smooth;
|
||||
} */
|
||||
|
||||
/* .feature-container {
|
||||
transition: 0.5s;
|
||||
cursor: pointer;
|
||||
scale: 80%;
|
||||
scroll-margin-top: 20px;
|
||||
max-height: fit-content;
|
||||
} */
|
||||
|
||||
/* .feature-container#active-feature {
|
||||
transition: 0.5s;
|
||||
scale: 100%;
|
||||
cursor:auto;
|
||||
} */
|
||||
|
||||
/* .empty-feature-container {
|
||||
visibility: hidden;
|
||||
} */
|
||||
|
||||
img.screenshot {
|
||||
border: white 2px solid;
|
||||
border-radius: 5px;
|
||||
|
@ -137,10 +112,6 @@ img.screenshot {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
/* img.screenshot, .feature-card {
|
||||
max-width: 800px;
|
||||
} */
|
||||
|
||||
.feature-card h3 {
|
||||
color: white;
|
||||
font-family: var(--pixel-font);
|
||||
|
|
Loading…
Reference in a new issue