File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* These styles define the layout of the post (and page) */
22
33.post {
4- width : 50 % ;
4+ width : 95 % ;
55 margin : 0 auto;
66 margin-block-end : 3rem ;
77}
88
9- .post h1 , .post h2 , .post h3 {
9+ .post p {
10+ line-height : 1.4rem ;
11+ }
12+
13+ .post h1 ,
14+ .post h2 ,
15+ .post h3 {
1016 font-family : Rubik;
1117 margin-bottom : 0.25rem ;
1218}
2329 font-size : 18px ;
2430}
2531
26- .post p , .post ul {
32+ .post p ,
33+ .post ul {
2734 margin-bottom : 27px ;
2835}
2936
3037.post ul li {
3138 line-height : 1.25rem ;
3239 margin-bottom : 0.5em ;
3340}
41+ @media (min-width : 400px ) {
42+ .post {
43+ width : 95% ;
44+ margin : 0 auto;
45+ }
46+ }
47+
48+ @media (min-width : 550px ) {
49+ .post {
50+ width : 80% ;
51+ margin : 0 auto;
52+ }
53+ }
54+
55+ @media (min-width : 700px ) {
56+ .post {
57+ width : 60% ;
58+ max-width : 800px ;
59+ margin : 0 auto;
60+ }
61+ }
62+
63+ @media (min-width : 1350px ) {
64+ .post {
65+ width : 800px ;
66+ }
67+ }
You can’t perform that action at this time.
0 commit comments