diff --git a/css/style.css b/css/style.css index 3d97283..78a5941 100644 --- a/css/style.css +++ b/css/style.css @@ -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);