diff --git a/src/main/resources/static/index.css b/src/main/resources/static/index.css index b8f334e..c77d335 100644 --- a/src/main/resources/static/index.css +++ b/src/main/resources/static/index.css @@ -29,6 +29,7 @@ header { right: 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); border-bottom: 5px solid #a8170d; + transition: top 0.3s ease; } header h1 { diff --git a/src/main/resources/templates/header.ftl b/src/main/resources/templates/header.ftl index 0368cec..31f2cdd 100644 --- a/src/main/resources/templates/header.ftl +++ b/src/main/resources/templates/header.ftl @@ -1,4 +1,4 @@ -
+