Spaces:
Running
Running
Rename style.css to styles.css
Browse files- style.css → styles.css +13 -14
style.css → styles.css
RENAMED
|
@@ -70,21 +70,20 @@ body {
|
|
| 70 |
color: #ef4444;
|
| 71 |
}
|
| 72 |
|
| 73 |
-
.
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
.embed-container iframe {
|
| 82 |
-
position: absolute;
|
| 83 |
-
top: 0;
|
| 84 |
-
left: 0;
|
| 85 |
width: 100%;
|
| 86 |
-
height:
|
| 87 |
-
border: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
}
|
| 89 |
|
| 90 |
pre code {
|
|
|
|
| 70 |
color: #ef4444;
|
| 71 |
}
|
| 72 |
|
| 73 |
+
.image-container {
|
| 74 |
+
max-width: 600px;
|
| 75 |
+
margin: 0 auto;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
.community-image {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
width: 100%;
|
| 80 |
+
height: auto;
|
| 81 |
+
border-radius: 0.5rem;
|
| 82 |
+
transition: transform 0.3s ease;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.community-image:hover {
|
| 86 |
+
transform: scale(1.05);
|
| 87 |
}
|
| 88 |
|
| 89 |
pre code {
|