Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -64,13 +64,13 @@ button:hover {
|
|
| 64 |
|
| 65 |
/* Layout */
|
| 66 |
.main-layout {
|
| 67 |
-
display:
|
| 68 |
-
|
| 69 |
-
align-items: flex-start;
|
| 70 |
gap: 32px;
|
| 71 |
-
|
| 72 |
}
|
| 73 |
|
|
|
|
| 74 |
/* Definitions (Left Column) */
|
| 75 |
.definitions {
|
| 76 |
flex: 1;
|
|
|
|
| 64 |
|
| 65 |
/* Layout */
|
| 66 |
.main-layout {
|
| 67 |
+
display: grid;
|
| 68 |
+
grid-template-columns: 1fr auto 1fr;
|
|
|
|
| 69 |
gap: 32px;
|
| 70 |
+
align-items: start;
|
| 71 |
}
|
| 72 |
|
| 73 |
+
|
| 74 |
/* Definitions (Left Column) */
|
| 75 |
.definitions {
|
| 76 |
flex: 1;
|