File tree Expand file tree Collapse file tree 2 files changed +19
-15
lines changed Expand file tree Collapse file tree 2 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 12
12
< h1 > Kubernetes Blog</ h1 >
13
13
</ section >
14
14
< div class ="container-fluid " style ="padding-top: 2em ">
15
- < div class ="row blog-content ">
16
- < div class ="col-xs-10 col-sm -9 col-lg-9 text ">
15
+ < div class ="row ">
16
+ < div class ="col-xs-12 col-md -9 text blog-content ">
17
17
{{ block "main" . }}{{ end }}
18
18
</ div >
19
- < div class ="col-xs-1 col-sm-1 col-sm-3 col-lg -3 text ">
19
+ < div class ="col-xs-12 col-md -3 text ">
20
20
< div class ="widget-content ">
21
21
{{ with .Site.Home.OutputFormats.Get "rss" -}}
22
22
< link rel ="{{ .Rel }} " type ="{{ .MediaType.Type }} " href ="{{ .Permalink | safeURL }} " title ="{{ $.Site.Title }} ">
Original file line number Diff line number Diff line change 5
5
6
6
/* Content
7
7
----------------------------------------------- */
8
- .container-fluid {
9
- padding : 0px ;
10
- margin : 0px ;
11
- padding-left : .01 em;
12
- }
13
8
body {
14
9
font : normal normal 16px 'Trebuchet MS' , Trebuchet, Verdana, sans-serif;
15
10
color : # 666666 ;
@@ -147,9 +142,6 @@ div.header-try a {
147
142
position : relative;
148
143
left : 30% ;
149
144
}
150
- .pagination a {
151
- margin-right : 30% ;
152
- }
153
145
}
154
146
155
147
@media (min-width : 450px ) {
@@ -164,13 +156,13 @@ div.header-try a {
164
156
.main-outer {
165
157
border-top : 0 solid transparent;
166
158
}
167
- @media (min-width : 500 px ) {
159
+ @media (min-width : 992 px ) {
168
160
.blog-content {
169
- padding-left : 100 px ;
161
+ padding-left : 50 px ;
170
162
}
171
163
}
172
164
173
- @media (max-width : 499 px ) {
165
+ @media (max-width : 991 px ) {
174
166
.blog-content {
175
167
padding-left : 20px ;
176
168
}
@@ -282,7 +274,7 @@ h3.post-title{
282
274
position : relative;
283
275
display : block;
284
276
box-sizing : border-box;
285
- padding : 0 0 0 55 px ;
277
+ padding : 0 0 0 15 px ;
286
278
margin : 10px 0 ;
287
279
line-height : 40px ;
288
280
white-space : nowrap;
@@ -384,6 +376,10 @@ body {
384
376
margin-left : 1em ;
385
377
}
386
378
379
+ .blog-content .PageNavigation > ul .navigation , .blog-content .PageNavigation > ul .navigation > li {
380
+ margin-left : auto;
381
+ }
382
+
387
383
/* .blog-content .pagination {
388
384
width: inherit;
389
385
} */
@@ -488,6 +484,14 @@ img.big-img {
488
484
width : 100% ;
489
485
}
490
486
487
+ .blog-content img {
488
+ max-width : 100% ;
489
+ }
490
+
491
+ .blog-content .content {
492
+ overflow-x : scroll;
493
+ }
494
+
491
495
/* .content img {
492
496
max-width: 100%;
493
497
} */
You can’t perform that action at this time.
0 commit comments