diff --git a/web/static/public.css b/web/static/public.css
index fcd3140..3e3b991 100644
--- a/web/static/public.css
+++ b/web/static/public.css
@@ -319,6 +319,25 @@ nav .has-submenu:hover ul, nav .has-submenu:focus-within ul {
display: flex;
}
+.boto-reserva a {
+ padding-top: 3px;
+}
+
+.boto-reserva {
+ border: 2px solid;
+ border-radius: 5px;
+ height: 40px;
+ display: flex;
+ align-items: center;
+ margin-bottom: 3px;
+ transition: 0.5s ease;
+}
+
+.boto-reserva:hover {
+ background: var(--accent);
+transition: 0.5s ease;
+}
+
@media (max-width: 80rem) {
body > header {
grid-template-columns: 1fr 1fr;
@@ -1159,7 +1178,19 @@ body > footer > div, .campsite_type_features, .campsite_type_detail {
/* highlight footer season */
body > footer section:nth-child(3) {
+ border: solid 1px;
+ border-radius: 5px;
+}
+
+body > footer section:nth-child(3) h2 {
background: var(--accent-2);
+ border-top-left-radius: 5px;
+ border-top-right-radius: 5px;
+ padding-left: 15px;
+}
+
+body > footer section:nth-child(3) p {
+ padding-left: 15px;
}
diff --git a/web/templates/public/layout.gohtml b/web/templates/public/layout.gohtml
index 4b696d1..080fb48 100644
--- a/web/templates/public/layout.gohtml
+++ b/web/templates/public/layout.gohtml
@@ -106,7 +106,7 @@
{{ printf ( gettext "RTC #%s") .CompanyAddress.RTCNumber | raw }}
- © {{( gettext "Campsite Montagut" )}} | 1984–2023
+ © {{( gettext "Campsite Montagut" )}} | 1994–2023