make even-more section responsive
MehrabKamrani

MehrabKamrani commited on 2015-12-26 07:25:15
Zeige 2 geänderte Dateien mit 11 Einfügungen und 5 Löschungen.

... ...
@@ -278,7 +278,7 @@ blockquote footer{
278 278
 	background-color: #FAFAFA;
279 279
 }
280 280
 .dsmall{
281
-	padding: 0 100px;
281
+	padding: 0 8%;
282 282
 }
283 283
 .other-ways-img{
284 284
 	width: 100%;
... ...
@@ -336,6 +336,9 @@ footer.footer{
336 336
 	blockquote::before {
337 337
 		display: none;
338 338
 	}
339
+	.dsmall{
340
+		padding: 0 5%;
341
+	}
339 342
 
340 343
 }
341 344
 @media (max-width: 659px)  {
... ...
@@ -420,6 +423,9 @@ footer.footer{
420 423
 	.img-section{
421 424
 		width: 35%;
422 425
 	}
426
+	.dsmall{
427
+		padding: 0 3%;
428
+	}
423 429
 	footer.footer {
424 430
 	    margin-bottom: 0px;
425 431
 	}
... ...
@@ -240,21 +240,21 @@
240 240
             </div><!-- row-eqheight -->
241 241
               
242 242
               
243
-            <div class="col-sm-12 even-more">
243
+            <div class="col-xs-12 even-more">
244 244
 
245
-              <div class="dsmall col-sm-4">
245
+              <div class="dsmall col-xs-4">
246 246
                 <a href="../donate/donate-amazon.html.en">
247 247
                   <img class="img-responsive img-thumbnail other-ways-img" src="$(IMGROOT)/amazon.jpg">
248 248
                 </a>
249 249
               </div>
250 250
               
251
-              <div class="dsmall col-sm-4">
251
+              <div class="dsmall col-xs-4">
252 252
                 <a href="https://smile.amazon.com/ch/20-8096820">
253 253
                   <img class="img-responsive img-thumbnail other-ways-img" src="$(IMGROOT)/amazon-smile.jpg">
254 254
                 </a>
255 255
               </div>
256 256
 
257
-              <div class="dsmall col-sm-4">
257
+              <div class="dsmall col-xs-4">
258 258
                 <a id="dwolla"></a>
259 259
                 <a href="https://smile.amazon.com/ch/20-8096820">
260 260
                   <img class="img-responsive img-thumbnail other-ways-img" src="$(IMGROOT)/dwolla.jpg">
261 261