aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css/main.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-04-08 22:33:28 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-04-08 22:33:28 +0200
commit6e8030a0db9b669fdd5be3d3a07d6a193e456cb4 (patch)
tree2133fb65f5f30d8a1e81eeeb6f279412e8a12e01 /themes/baggy/css/main.css
parentb96b075b550610275045cce3fd1d36fe67689630 (diff)
downloadwallabag-6e8030a0db9b669fdd5be3d3a07d6a193e456cb4.tar.gz
wallabag-6e8030a0db9b669fdd5be3d3a07d6a193e456cb4.tar.zst
wallabag-6e8030a0db9b669fdd5be3d3a07d6a193e456cb4.zip
[fix] display problem with smartphone and Baggy #610
Diffstat (limited to 'themes/baggy/css/main.css')
-rwxr-xr-xthemes/baggy/css/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 0dd552de..e4c62a10 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -352,10 +352,10 @@ footer a {
352 letter-spacing:normal; 352 letter-spacing:normal;
353 box-shadow: 0 3px 7px rgba(0,0,0,0.3); 353 box-shadow: 0 3px 7px rgba(0,0,0,0.3);
354 display: inline-block; 354 display: inline-block;
355 width: 32%!important; 355 width: 32%;
356 margin-bottom: 1.5em; 356 margin-bottom: 1.5em;
357 vertical-align: top; 357 vertical-align: top;
358 margin-left: 1.5%!important; 358 margin-left: 1.5%;
359 position: relative; 359 position: relative;
360 overflow: hidden; 360 overflow: hidden;
361 padding: 1.5em 1.5em 3em 1.5em; 361 padding: 1.5em 1.5em 3em 1.5em;
@@ -492,7 +492,7 @@ footer a {
492 } 492 }
493 493
494.entrie:nth-child(3n+1) { 494.entrie:nth-child(3n+1) {
495 margin-left: 0!important; 495 margin-left: 0;
496} 496}
497 497
498.results { 498.results {