Fix site header

pull/732/head
Mattia Iavarone 5 years ago
parent 3c4d01c22f
commit afd02f251b
  1. 2
      docs/css/main.css

@ -23,7 +23,7 @@ html, body {
/* header */ /* header */
header { header {
background: radial-gradient(ellipse, var(--color-secondary), var(--color-primary)) fixed; background: linear-gradient(-45deg, var(--color-secondary), var(--color-primary)) fixed;
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%; width: 100%;

Loading…
Cancel
Save