Home page and news page are finished
This commit is contained in:
33
resources/assets/sass/components/_featured.scss
vendored
Normal file
33
resources/assets/sass/components/_featured.scss
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
@use "../abstracts/mixin" as *;
|
||||
|
||||
.featured {
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
h2 {
|
||||
margin: 0;
|
||||
a {
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
line-height: 1.35;
|
||||
text-align: left;
|
||||
color: #1a1a1a;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.sub_title {
|
||||
@include sub_title;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: Nunito, serif;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 1.57;
|
||||
text-align: left;
|
||||
color: #666;
|
||||
margin: 10px 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user