Testing hugo

This commit is contained in:
David 2020-11-19 20:49:43 +01:00
commit e3975962fa
327 changed files with 17224 additions and 0 deletions

View 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;
}