File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 44 align-items : center;
55 font-family : Open Sans, Arial;
66 color : # 454545 ;
7- font-size : 100% !important ;
8- max-width : 1000px ;
7+ max-width : min (1000px , 100vw );
98 margin : 0 auto;
109 padding : 1em ;
1110 line-height : 1.4 ;
1514 -webkit-hyphens : auto;
1615 -ms-hyphens : auto;
1716 hyphens : auto;
17+ font-size : min (3.2vw , 1em );
1818}
1919.last-updated {
2020 font-size : 0.8em ;
2424 display : flex;
2525 flex-direction : column;
2626 align-items : center;
27+ max-width : 100% ;
2728}
2829.header .title {
2930 display : block;
5455 display : flex;
5556 flex-direction : row;
5657 justify-content : center;
58+ max-width : 100% ;
59+ overflow-x : auto;
5760}
5861a .link {
5962 display : flex;
@@ -84,6 +87,8 @@ a.link:active {
8487 border-radius : 0.5em ;
8588 margin-top : 0.5em ;
8689 margin-bottom : 0.5em ;
90+ max-width : 100% ;
91+ overflow-x : auto;
8792}
8893.tab : first-child {
8994 border-top-left-radius : 0.5em ;
@@ -119,7 +124,7 @@ a.link:active {
119124
120125.content {
121126 display : flex;
122- max-width : 800px ;
127+ max-width : min ( 800px , 100 % ) ;
123128 flex-direction : column;
124129 align-items : stretch;
125130 text-align : justify;
@@ -183,5 +188,4 @@ video {
183188
184189button {
185190 color : # 454545 ;
186- font-size : 100% !important ;
187191}
You can’t perform that action at this time.
0 commit comments