PaoGon / R.I.M.

0 stars 1 forks source link

Fix the NavBar component #27

Closed gitmccoyabrasaldo closed 1 year ago

gitmccoyabrasaldo commented 1 year ago

Note: Do not add the library in your local repo, we already have that. check the package.json in latest pull request.

image

Instead, Target the value of img inside the div.

Example:

.nav-icon > img { width:90%; height: 90%; }

image

image

@micmic6 @Roseyntd23

micmic6 commented 1 year ago

done