File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,12 @@ p.normal {
1919}
2020
2121html , body {
22- width : 100% ;
23- max-width : 100% ;
24- min-width : 0 ;
25- overflow-x : hidden;
26- background-image : radial-gradient (blue, pink, gray);
27- padding-left : 1rem ;
28- padding-right : 1rem ;
22+ background-image : radial-gradient (ellipse at center, blue, pink, gray);
23+ background-repeat : no-repeat;
24+ background-size : cover;
25+ margin : 0 ;
26+ padding-left : 0.5rem ;
27+ padding-right : 0.5rem ;
2928 box-sizing : border-box;
3029}
3130
@@ -186,6 +185,11 @@ a.class2:active {
186185}
187186
188187@media (max-width : 600px ) {
188+ html , body {
189+ padding-left : 0.5rem ;
190+ padding-right : 0.5rem ;
191+ }
192+
189193 .class1 {
190194 font-size : 14px ;
191195 padding : 6px 8px ;
@@ -199,6 +203,7 @@ a.class2:active {
199203
200204 .compact-section {
201205 font-size : 16px ;
206+ padding : 0 0.5rem ;
202207 }
203208
204209 .email-line {
@@ -234,6 +239,11 @@ a.class2:active {
234239 .logo {
235240 max-width : 120px !important ;
236241 }
242+
243+ .gig-container ,
244+ .no-gigs-message {
245+ padding : 0 0.5rem ;
246+ }
237247}
238248
239249p {
You can’t perform that action at this time.
0 commit comments