Styled pages missed program and fragment missed
This commit is contained in:
1
resources/assets/sass/components/_page.scss
vendored
1
resources/assets/sass/components/_page.scss
vendored
@@ -15,7 +15,6 @@
|
||||
.action_button {
|
||||
text-decoration: none;
|
||||
color: #282828;
|
||||
margin-right: 20px;
|
||||
|
||||
.fa {
|
||||
margin-right: 10px;
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
.podcast_items {
|
||||
ul {
|
||||
@include reset-list;
|
||||
&.row {
|
||||
margin-top: calc(-1* var(--bs-gutter-y));
|
||||
margin-right: calc(-.5* var(--bs-gutter-x));
|
||||
margin-left: calc(-.5* var(--bs-gutter-x));
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 25px;
|
||||
|
||||
Reference in New Issue
Block a user