Update style.css
Browse files
style.css
CHANGED
|
@@ -133,7 +133,7 @@ body {
|
|
| 133 |
max-width: 1200px;
|
| 134 |
margin: 0 auto;
|
| 135 |
position: relative;
|
| 136 |
-
background:
|
| 137 |
border-radius: 16px;
|
| 138 |
overflow: hidden;
|
| 139 |
box-shadow: var(--shadow-lg);
|
|
@@ -160,7 +160,7 @@ body {
|
|
| 160 |
|
| 161 |
.image-container {
|
| 162 |
aspect-ratio: 16/9;
|
| 163 |
-
background:
|
| 164 |
display: flex;
|
| 165 |
align-items: center;
|
| 166 |
justify-content: center;
|
|
|
|
| 133 |
max-width: 1200px;
|
| 134 |
margin: 0 auto;
|
| 135 |
position: relative;
|
| 136 |
+
background: var(--bg-card);
|
| 137 |
border-radius: 16px;
|
| 138 |
overflow: hidden;
|
| 139 |
box-shadow: var(--shadow-lg);
|
|
|
|
| 160 |
|
| 161 |
.image-container {
|
| 162 |
aspect-ratio: 16/9;
|
| 163 |
+
background: #ffffff;
|
| 164 |
display: flex;
|
| 165 |
align-items: center;
|
| 166 |
justify-content: center;
|