Skip to content

Commit c97a145

Browse files
committed
Changed styling of footer.
Reduced top and bottom padding.
1 parent e2c555d commit c97a145

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,10 @@ footer {
261261
background-color: #ffffff;
262262
border-radius: 8px;
263263
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
264-
padding: 20px;
264+
padding-top: 5px;
265+
padding-bottom: 5px;
266+
padding-left: 20px;
267+
padding-right: 20px;
265268
margin-top: 20px;
266269
margin-bottom: 10px;
267270
}

0 commit comments

Comments
 (0)