Skip to content

Commit b30d9cb

Browse files
committed
Updating stylesheet
1 parent f1553a8 commit b30d9cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

DailyTasksApp/src/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,16 @@ table, th, td {
7878
.header {
7979
align-items: center;
8080
justify-content: center;
81+
padding: 0 0 0 30%;
8182
width: 90%;
8283
}
8384
/* FOOTER */
8485
.footer {
8586
align-items: center;
87+
display: flex;
8688
font-family: Open Sans;
8789
justify-content: center;
88-
width: 90%;
90+
padding: 0 0 0 30%;
8991
}
9092
.github {
9193
width: 5%;

0 commit comments

Comments
 (0)