summaryrefslogtreecommitdiffstats
path: root/css/explore.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/explore.css')
-rw-r--r--css/explore.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/css/explore.css b/css/explore.css
index 6cb1c282e..a985f260e 100644
--- a/css/explore.css
+++ b/css/explore.css
@@ -38,8 +38,9 @@
}
#explore .explore-section li {
- padding: 30px;
+ padding: 20px 30px;
margin: 0 20px 20px 0;
+ min-height: 300px;
display: inline-block;
vertical-align: top;
width: 300px;
@@ -56,12 +57,22 @@
padding: 0 0 15px 35px;
}
-#explore .explore-section img {
- width: 100%;
+#explore .explore-logo {
+ text-align: center;
margin-top: 25px;
}
+#explore .explore-logo img {
+ width: 100%;
+}
+
#explore .explore-subscribe {
padding-top: 15px;
text-align: right;
-} \ No newline at end of file
+}
+
+#explore .explore-content {
+ min-height: 100px;
+ /*overflow: auto;*/
+}
+