File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1616 text-transform : uppercase;
1717 font-size : 3rem ;
1818}
19+
20+ /* responsive styles */
21+
22+ @media screen and (max-width : 600px ) {
23+ .pod_img h1 {
24+ text-transform : uppercase;
25+ font-size : 2rem ;
26+ }
27+ }
Original file line number Diff line number Diff line change 1818 flex-direction : row;
1919 flex-wrap : wrap;
2020}
21+
22+ /* responsive styles */
23+
24+ @media screen and (max-width : 600px ) {
25+ .pod_details h2 {
26+ font-size : 1.7rem ;
27+ }
28+ }
Original file line number Diff line number Diff line change 33 display : flex;
44 flex-direction : column;
55 align-items : center;
6- padding-top : 50 px ;
6+ justify-content : center ;
77}
88
99.pod_leader h2 {
1010 font-size : 2.5rem ;
1111 text-transform : uppercase;
12+ margin : 0 ;
13+ }
14+
15+ /* responsive styles */
16+
17+ @media screen and (max-width : 600px ) {
18+ .pod_leader {
19+ padding-top : 0px ;
20+ }
21+
22+ .pod_leader h2 {
23+ font-size : 1.7rem ;
24+ text-transform : uppercase;
25+ }
1226}
You can’t perform that action at this time.
0 commit comments