File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 padding : clamp (1.5rem , 4vw , 2.5rem );
5353 gap : clamp (2rem , 5vw , 3rem );
5454 }
55+
56+ .error-page canvas {
57+ min-width : 200px ;
58+ min-height : 120px ;
59+ }
5560}
5661
5762@media (max-width : 768px ) {
6065 gap : clamp (2rem , 5vw , 3rem );
6166 }
6267
68+ .error-page canvas {
69+ min-width : 180px ;
70+ min-height : 100px ;
71+ }
72+
6373 .error-page p {
6474 font-size : clamp (0.95rem , 3vw , 1.2rem );
6575 max-width : 500px ;
7888 gap : clamp (1.8rem , 4vw , 2.5rem );
7989 }
8090
91+ .error-page canvas {
92+ min-width : 160px ;
93+ min-height : 90px ;
94+ }
95+
8196 .error-page p {
8297 font-size : clamp (0.9rem , 3.5vw , 1.1rem );
8398 max-width : 400px ;
100115 min-height : 100svh ; /* Supporto per Safari mobile */
101116 }
102117
118+ .error-page canvas {
119+ min-width : 140px ;
120+ min-height : 80px ;
121+ width : 60vw !important ;
122+ max-width : 250px ;
123+ }
124+
103125 .error-page p {
104126 font-size : clamp (0.85rem , 4vw , 1rem );
105127 max-width : 300px ;
You can’t perform that action at this time.
0 commit comments