Home page and news page are finished
This commit is contained in:
28
resources/assets/sass/components/_podcast_items.scss
vendored
Normal file
28
resources/assets/sass/components/_podcast_items.scss
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
@use "../abstracts/mixin" as *;
|
||||
|
||||
.podcast_items {
|
||||
ul {
|
||||
@include reset-list;
|
||||
|
||||
li {
|
||||
margin-bottom: 25px;
|
||||
h2 {
|
||||
margin: 0;
|
||||
|
||||
a {
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 1.43;
|
||||
text-align: left;
|
||||
color: #1a1a1a;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.sub_title {
|
||||
@include sub_title;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user