diff --git a/mycaldav/templates/reskreen.html b/mycaldav/templates/reskreen.html index aa3cbda..9c4d365 100644 --- a/mycaldav/templates/reskreen.html +++ b/mycaldav/templates/reskreen.html @@ -29,6 +29,21 @@ font-weight: 300; letter-spacing: 0px; } + .menu_container{ + width: 620px; + display: flex; + justify-content: space-between; + } + .menu_element{ + font-family: 'Source Sans Pro', sans-serif; + font-size: 18pt; + font-weight: 300; + letter-spacing: 0px; + } + .menu_element a{ + color: white !important; + text-decoration: none !important; + } .div_container{ display: flex; flex-wrap: wrap; @@ -58,13 +73,15 @@ align-content: stretch; } + .top_container{ display: flex; height: 115px; align-content: flex-start; flex-wrap: wrap; align-items: center; - justify-content: space-between; + justify-content: center; + gap: 135px; } .main_div{ height: 440px; @@ -86,13 +103,24 @@