Skip to content

Commit 4bb04cb

Browse files
committed
added home link to about page + minor adjustments
1 parent eeb3d75 commit 4bb04cb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<header>
1818
<nav>
1919
<img src="img/lambda-black.png" alt="lambda-black">
20-
<a href="#">Home</a>
20+
<a href="index.html">Home</a>
2121
<a href="about.html">About</a>
2222
<a href="#">Products</a>
2323
<a href="#">Blog</a>

css/index.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ header nav a {
301301
.main-content-about .text-container {
302302
width: 45%;
303303
margin: 20px 18px;
304+
border-bottom: 1px dashed black;
305+
padding: 10px 0;
304306
}
305307

306308
.text-container button {
@@ -313,11 +315,6 @@ header nav a {
313315
border-radius: 10px;
314316
}
315317

316-
.text-container {
317-
border-bottom: 1px dashed black;
318-
padding: 10px 0;
319-
}
320-
321318
.bottom-content-about {
322319
margin: 25px;
323320
}

0 commit comments

Comments
 (0)