Remove useless calc
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-12-12 17:10:25 +01:00
parent ff2a4d2f58
commit 9012bb96d6
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
</head>
<style>
:root {
--footer-height: calc(68px + 20px + 20px);
--footer-height: 108px;
--accent-color: #213c8b;
--pianello-red: #de0e1b;
--pianello-yellow: #f6ae04;