summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-10-16 13:12:30 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2023-10-19 08:26:39 +0200
commitab4f941028e27ced237b061fc9aae5d1eb3b35a6 (patch)
tree29c5f8218c4f91e3cbf88368c69fba52d1b07dd5 /css
parent0a2ecc2d790c8fa98c4d9acee81c8d68bbc3936d (diff)
start documentation rewrite
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/explore.css47
1 files changed, 0 insertions, 47 deletions
diff --git a/css/explore.css b/css/explore.css
index b9894e425..155ff450e 100644
--- a/css/explore.css
+++ b/css/explore.css
@@ -16,51 +16,4 @@
height: 100%;
}
-#explore {
- height: 100%;
- width: 100%;
- padding: 45px 0 45px 45px;
-}
-
-#explore .grid-item {
- width: 300px;
- border: 2px solid var(--color-border);
- border-radius: var(--border-radius-large);
- margin: 0 24px 24px 0;
- padding: 24px;
-}
-
-#explore .grid-item .explore-title {
- background-repeat: no-repeat;
- background-position: 0 center;
- background-size: 24px;
- padding-left: 32px;
-}
-
-#explore .grid-item .explore-title a {
- word-wrap: break-word;
-}
-
-#explore .grid-item .explore-title a:hover,
-#explore .grid-item .explore-title a:focus {
- text-decoration: underline;
-}
-
-#explore .grid-item .explore-logo {
- text-align: center;
- margin-top: 25px;
-}
-
-#explore .grid-item .explore-logo img {
- width: 100%;
-}
-
-#explore .grid-item .explore-subscribe {
- margin-top: 16px;
- max-width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
/*# sourceMappingURL=explore.css.map */