File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
2228nav 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 */
5656section {
You can’t perform that action at this time.
0 commit comments