summaryrefslogtreecommitdiffstats
path: root/css/explore.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-22 17:03:40 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-22 17:03:40 +0100
commitdc9392d0f8881ab7736f0daf1f785e5c3d0871ef (patch)
treea413009881eadead5e043919c4d040c937ebfeb0 /css/explore.css
parent56fc27203ea964efe752ee28eaf2eb49a07d71f7 (diff)
float explore items to prevent too much jumping around
Diffstat (limited to 'css/explore.css')
-rw-r--r--css/explore.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/explore.css b/css/explore.css
index 37f7510fa..704429322 100644
--- a/css/explore.css
+++ b/css/explore.css
@@ -24,6 +24,7 @@
#explore .grid-item {
+ float: left;
width: 300px;
padding: 30px;
border-collapse: collapse;
@@ -86,4 +87,4 @@
#explore .explore-header a {
color: #0000AA;
text-decoration: underline;
-} \ No newline at end of file
+}