Spaces:
Running
Running
sarahciston
commited on
Commit
•
50c778c
1
Parent(s):
ddbe247
add margin to module boxes, grid not working
Browse files
style.css
CHANGED
@@ -143,7 +143,7 @@ button.submit:active {
|
|
143 |
|
144 |
.module {
|
145 |
background-color: #ede2fe;
|
146 |
-
|
147 |
}
|
148 |
|
149 |
.grid-container {
|
|
|
143 |
|
144 |
.module {
|
145 |
background-color: #ede2fe;
|
146 |
+
margin: 1rem;
|
147 |
}
|
148 |
|
149 |
.grid-container {
|