File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,6 @@ main {
192
192
193
193
main > header {
194
194
width : 100% ;
195
- /*max-width: 1000px;*/
196
195
height : 30px ;
197
196
line-height : 30px ;
198
197
margin-top : 25px ;
@@ -212,7 +211,6 @@ main p {
212
211
213
212
main > div {
214
213
margin-top : 3px ;
215
- /*max-width: 1000px;*/
216
214
text-align : justify;
217
215
}
218
216
@@ -298,14 +296,12 @@ td, th {
298
296
.code-snippet {
299
297
300
298
margin-top : 10px ;
301
- /*max-width: 900px;*/
302
299
margin-bottom : 17px ;
303
300
304
301
}
305
302
306
303
.tag-img {
307
304
width : 100% ;
308
- /*max-width: 950px;*/
309
305
margin-top : 10px ;
310
306
margin-bottom : 10px ;
311
307
}
@@ -348,7 +344,6 @@ td, th {
348
344
margin-top : 10px ;
349
345
margin-bottom : 10px ;
350
346
width : 90% ;
351
- /*margin-left: 5%;*/
352
347
border-radius : 10px ;
353
348
padding : 10px 30px 10px 30px ;
354
349
}
@@ -773,3 +768,12 @@ footer {
773
768
display : none;
774
769
}
775
770
}
771
+
772
+ @media (min-width : 1400px ) {
773
+
774
+ main {
775
+ padding-left : calc ( 50% - 650px );
776
+ padding-right : calc ( 50% - 650px );
777
+ }
778
+
779
+ }
You can’t perform that action at this time.
0 commit comments