summaryrefslogtreecommitdiffstats
path: root/css/explore.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/explore.scss')
-rw-r--r--css/explore.scss73
1 files changed, 33 insertions, 40 deletions
diff --git a/css/explore.scss b/css/explore.scss
index d459ae825..0c1ca67e3 100644
--- a/css/explore.scss
+++ b/css/explore.scss
@@ -21,44 +21,37 @@
width: 100%;
padding: 45px 0 45px 45px;
- .grid-item {
- width: 300px;
- border: 2px solid var(--color-border);
- border-radius: var(--border-radius-large);
- margin: 0 24px 24px 0;
- padding: 24px;
-
- .explore-title {
- background-repeat: no-repeat;
- background-position: 0 center;
- background-size: 24px;
- padding-left: 32px;
-
- a {
- word-wrap: break-word;
-
- &:hover,
- &:focus {
- text-decoration: underline;
- }
- }
- }
-
- .explore-logo {
- text-align: center;
- margin-top: 25px;
-
- img {
- width: 100%;
- }
- }
-
- .explore-subscribe {
- margin-top: 16px;
- max-width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
+ .grid-item {
+ width: 300px;
+ border: 2px solid var(--color-border);
+ border-radius: var(--border-radius-large);
+ margin: 0 24px 24px 0;
+ padding: 24px;
+
+ .explore-title {
+ background-repeat: no-repeat;
+ background-position: 0 center;
+ background-size: 24px;
+ padding-left: 32px;
+
+ a {
+ word-wrap: break-word;
+
+ &:hover,
+ &:focus {
+ text-decoration: underline;
+ }
+ }
+ }
+
+ .explore-logo {
+ text-align: center;
+ margin-top: 25px;
+
+ img {
+ width: 100%;
+ }
+ }
+
+ }
}