CHANGE image handling, ADD partials to reuse structure, REFACTOR
This commit is contained in:
parent
1265491dee
commit
01dcf04b8a
36 changed files with 1181 additions and 864 deletions
|
@ -1,8 +1,8 @@
|
|||
.progress {
|
||||
background: linear-gradient(to right, {{ .Site.Params.color.primary }} var(--scroll), transparent 0);
|
||||
background-repeat: no-repeat;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
z-index: 1000;
|
||||
}
|
||||
background: linear-gradient(to right, {{ .Site.Params.color.primary }} var(--scroll), transparent 0);
|
||||
background-repeat: no-repeat;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue