Home page and news page are finished
This commit is contained in:
36
resources/assets/sass/components/_blog.scss
vendored
Normal file
36
resources/assets/sass/components/_blog.scss
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
@use "../abstracts/mixin" as *;
|
||||
|
||||
.blog {
|
||||
@include reset-list;
|
||||
|
||||
.post {
|
||||
margin-bottom: 27px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
h2 {
|
||||
margin: 0;
|
||||
|
||||
a {
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 1.43;
|
||||
color: #1a1a1a;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.col-8 {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.post_date {
|
||||
@include post_date;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user