Skip to content

Commit 3c89386

Browse files
authored
Merge pull request #46 from jen67/newapp
adjusted my readme.md file
2 parents c728e62 + f2ce929 commit 3c89386

File tree

6 files changed

+11
-19
lines changed

6 files changed

+11
-19
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@
2727

2828
- Live Site URL: [live view](https://fylo-landing-page-lime-theta.vercel.app/)
2929

30-
3130
## Drop-down-navigation
3231

3332
<img src="./intro-section-with-dropdown-navigation-main/design/My-desktop-design.png" alt="Tasks" width="500">
3433

3534
- Live Site URL: [live view](https://dropdown-nav-three.vercel.app/)
36-

intro-section-with-dropdown-navigation-main/dist/css/styles.css

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intro-section-with-dropdown-navigation-main/dist/css/styles.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intro-section-with-dropdown-navigation-main/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>Make remote work</h1>
8282
<footer>
8383
<div class="attribution">
8484
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
85-
Coded by <a href="#">Gift Amachree</a>.
85+
Coded by <a href="https://www.linkedin.com/in/gift-amachree-8a523623b/">Gift Amachree</a>.
8686
</div>
8787
</footer>
8888
</body>

intro-section-with-dropdown-navigation-main/src/scss/components/_footer.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ footer{
33
font-size:0.8rem;
44
line-height: 1.2rem;
55
text-align: center;
6-
padding: 1rem 2rem;
6+
padding: 1rem 2rem;
7+
color: $mediumGray;
78
}
89

910

1011
.attribution a {
11-
color: $almostBlack;
12+
color: $mediumGray;
1213
text-decoration: none;
1314
}
1415

1516
.attribution a:hover {
16-
color: $footer-links;
17+
color: $footer-links;
18+
font-weight: 700;
1719
}
1820
}

intro-section-with-dropdown-navigation-main/src/scss/utils/_responsive.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
footer {
133133
.attribution {
134134
margin: 1rem;
135-
font-size: 0.8rem;
135+
font-size: 0.8rem;
136136
}
137137
}
138138
}
@@ -313,12 +313,6 @@
313313
}
314314
}
315315

316-
footer {
317-
.attribution {
318-
margin: 2rem;
319-
font-size: 1.4rem;
320-
}
321-
}
322316
}
323317

324318
@media screen and (width: 1440px) {

0 commit comments

Comments
 (0)