summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/explore.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/explore.scss')
-rw-r--r--app/assets/stylesheets/pages/explore.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/explore.scss b/app/assets/stylesheets/pages/explore.scss
new file mode 100644
index 00000000000..9b92128624c
--- /dev/null
+++ b/app/assets/stylesheets/pages/explore.scss
@@ -0,0 +1,8 @@
+.explore-title {
+ text-align: center;
+
+ h3 {
+ font-weight: normal;
+ font-size: 30px;
+ }
+}