Skip to content

Commit 7147c1c

Browse files
committed
small fix
1 parent 875b416 commit 7147c1c

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

assets/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ <h2>Gallery</h2>
4949
<figcaption>Portfolio Website</figcaption>
5050
<a href="../images/portfolio-website.jpg" target="_blank" class="button">View Full Image</a>
5151
</figure>
52-
<figure>
53-
<img src="../images/portfolio-website.jpg" alt="Portfolio Screenshot" title="Bioinformatics Tool">
54-
<figcaption>Portfolio Website</figcaption>
55-
<a href="../images/portfolio-website.jpg" target="_blank" class="button">View Full Image</a>
56-
</figure>
5752
<figure>
5853
<img src="../images/portfolio-website.jpg" alt="Portfolio Screenshot" title="Kicker Data">
5954
<figcaption>Portfolio Website</figcaption>

assets/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ header {
1818
z-index: 1000;
1919
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
2020
}
21+
header nav ul li a img {
22+
width: 32px;
23+
height: 32px;
24+
margin-right: 4px;
25+
vertical-align: text-top;
26+
}
2127

2228
nav ul {
2329
list-style: none;
@@ -45,12 +51,6 @@ nav ul li a:hover {
4551
transform: scale(1.05);
4652
}
4753

48-
nav ul li a img {
49-
width: 32px;
50-
height: 32px;
51-
margin-right: 4px;
52-
vertical-align: text-top;
53-
}
5454

5555
/* Section Styling */
5656
section {

0 commit comments

Comments
 (0)