File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < link rel ="stylesheet " type ="text/css " href ="/styles .css "/>
1+ < link rel ="stylesheet " type ="text/css " href ="/stylesheet .css "/>
22< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css ">
33< link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap ">
44< link rel ="icon " type ="image/x-icon " href ="/favicon.ico ">
Original file line number Diff line number Diff line change 99/* Mobile Devices */
1010@media (max-width : 480px ) {
1111 body {
12- width : 32 rem ;
12+ width : 90 % ;
1313 }
1414}
1515
1616/* Low resolution Tablets and iPads */
1717@media (min-width : 481px ) and (max-width : 767px ) {
1818 body {
19- width : 42rem ;
20-
19+ width : 90% ;
2120 }
2221}
2322
2423/* Tablets iPads (Portrait) */
2524@media (min-width : 768px ) and (max-width : 1024px ){
2625 body {
27- width : 46rem ;
28-
26+ width : 90% ;
2927 }
3028}
3129
3230 /* Laptops and Desktops */
3331@media (min-width : 1025px ) and (max-width : 1280px ){
3432 body {
35- width : 48rem ;
36-
33+ width : 80% ;
3734 }
3835}
3936
4037/* Big boi Monitors */
4138@media (min-width : 1281px ) {
4239 body {
43- width : 58 rem ;
40+ width : 70 % ;
4441
4542 }
4643}
You can’t perform that action at this time.
0 commit comments