Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2021-04-15 20:43:20 +0300
committerGitHub <noreply@github.com>2021-04-15 20:43:20 +0300
commit3bf20c0ff4ec9239d1ad87873b98c8a59fd5b557 (patch)
treebb66d7f57e5298fd325a96d4ed24c4c975457f88 /static/scss/custom.scss
parent506bc4e32710a6c4e9460903380990e71f228df9 (diff)
Row layout improvements (#358)
Change audio player to the proper one and remove some padding Signed-off-by: Matt Stratton <matt.stratton@hey.com>
Diffstat (limited to 'static/scss/custom.scss')
-rw-r--r--static/scss/custom.scss16
1 files changed, 14 insertions, 2 deletions
diff --git a/static/scss/custom.scss b/static/scss/custom.scss
index 007f315..049888d 100644
--- a/static/scss/custom.scss
+++ b/static/scss/custom.scss
@@ -20,13 +20,25 @@
width: 250px;
height: 250px;
}
-.hompage_episode_description {
+.homepage_episode_description {
padding-left: 20px;
}
.homepage_episode_row {
- padding-bottom: 20px;
+ // padding-bottom: 20px;
padding-top: 20px;
}
+
+.homepage_episode_row_first {
+ padding-bottom: 20px;
+ padding-top: 20px;
+}
+.homepage_episode_row_description {
+ padding-left: 0px;
+}
+
+.homepage_episode_row_image {
+ padding-right: 0px;
+}
.jumbotron-host {
margin: auto;
display: block;