Skip to content

Commit fd591b7

Browse files
committed
Updating Footer.jsx and index.css
1 parent b30d9cb commit fd591b7

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

DailyTasksApp/src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Footer() {
77
<div className="link">
88
<a href="https://github.com/chingu-voyages/v47-tier2-team-20/tree/main">
99
<img className="github" src={github}></img>
10-
Chingu Team 20 Repo
10+
Chingu Voyage 47 Tier 2 Team 20 Repo
1111
</a>
1212
</div>
1313
</div>

DailyTasksApp/src/index.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
padding: 0;
44
box-sizing:border-box;
55
}
6-
6+
html {
7+
font-size: 16px;
8+
}
79
table, th, td{
810
border: 1px solid;
911
width: 100%;
@@ -77,17 +79,21 @@ table, th, td {
7779
/* HEADER */
7880
.header {
7981
align-items: center;
82+
font-family: Open Sans;
83+
font-size: 2em;
8084
justify-content: center;
81-
padding: 0 0 0 30%;
85+
padding: 0 0 0 25%;
8286
width: 90%;
8387
}
8488
/* FOOTER */
8589
.footer {
8690
align-items: center;
91+
font-size: 1em;
8792
display: flex;
8893
font-family: Open Sans;
8994
justify-content: center;
90-
padding: 0 0 0 30%;
95+
padding: 0 0 0 20%;
96+
width: 90%;
9197
}
9298
.github {
9399
width: 5%;
@@ -98,7 +104,7 @@ table, th, td {
98104
text-decoration: none;
99105
}
100106
input[type=checkbox] {
101-
height: 25px;
107+
height: 30px;
102108
margin: 0 0 0 1%;
103-
width: 25px;
109+
width: 30px;
104110
}

0 commit comments

Comments
 (0)