fauziyahzeeyah / My-Portfolio

GNU General Public License v3.0
4 stars 1 forks source link

Peer to peer review #10

Open fauziyahzeeyah opened 1 year ago

mohisa302 commented 1 year ago

line 185 of style.css kindly It would be better to change the fixed width and height with percent or other units like vh, .... this makes your code flexible on each device size 📱 💻

IvanLudick commented 1 year ago

In stead of using "@media screen and (min-width: 768px)" you can use "@media (min-width: 768px)". It is the same as using "@media all" as well.