Spaces:
Running
Running
mm
Browse files
style.css
CHANGED
@@ -67,7 +67,7 @@ width:600px;
|
|
67 |
border-radius: 8px;
|
68 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
69 |
margin-top: 80px; /* Adjusted to accommodate the fixed header */
|
70 |
-
margin-bottom:
|
71 |
animation: fadeIn 1s ease-in-out;
|
72 |
}
|
73 |
|
|
|
67 |
border-radius: 8px;
|
68 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
69 |
margin-top: 80px; /* Adjusted to accommodate the fixed header */
|
70 |
+
margin-bottom: 70px; /* Adjusted to add space between content and footer */
|
71 |
animation: fadeIn 1s ease-in-out;
|
72 |
}
|
73 |
|