Testing hugo
This commit is contained in:
commit
e3975962fa
327 changed files with 17224 additions and 0 deletions
17
public/themes/novela/assets/scss/home-articles.scss
Normal file
17
public/themes/novela/assets/scss/home-articles.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.articles-gradient{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 590px;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
background: var(--gradient);
|
||||
-webkit-transition: var(--color-mode-transition);
|
||||
-o-transition: var(--color-mode-transition);
|
||||
transition: var(--color-mode-transition);
|
||||
}
|
||||
|
||||
.articles-paginator{
|
||||
margin-top: 95px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue