Skip to content

Commit

Permalink
Added height to image
Browse files Browse the repository at this point in the history
  • Loading branch information
SolindekDev committed Nov 21, 2023
1 parent 696c754 commit de679e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ code {

nav img {
width: 48px;
height: 48px;
}

nav {
Expand Down Expand Up @@ -271,6 +272,7 @@ nav div ul li a {

nav div img {
width: 32px;
height: 32px;
}

nav div ul li {
Expand Down Expand Up @@ -331,6 +333,7 @@ nav div ul li a {

nav div img {
width: 24px;
height: 24px;
}

nav div ul li {
Expand Down

0 comments on commit de679e8

Please sign in to comment.