diff --git a/style.css b/style.css index 529832a..8769554 100644 --- a/style.css +++ b/style.css @@ -3744,12 +3744,12 @@ h1 + p, p + p { margin-top: 10px; } -.container { +/* .container { padding: 40px 80px; display: flex; flex-wrap: wrap; justify-content: center; -} +} */ .card-wrap { margin: 10px; @@ -3780,7 +3780,7 @@ h1 + p, p + p { box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset white 0 0 0 6px; } -.card { +/* .card { position: relative; flex: 0 0 240px; width: 240px; @@ -3790,7 +3790,7 @@ h1 + p, p + p { border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px; transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95); -} +} */ .card-bg { opacity: 0.5;