Small edits

This commit is contained in:
2025-04-01 19:03:39 +02:00
parent f974696584
commit 6cdeacea51
2 changed files with 3 additions and 4 deletions

View File

@@ -10,3 +10,6 @@ html, body{
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll !important; overflow-y: scroll !important;
} }
body{
min-height: 100vh;
}

View File

@@ -23,10 +23,6 @@
</script> </script>
<style scoped> <style scoped>
#contact_page{
/*min-height: 100vh;*/
}
#contact_content{ #contact_content{
width: 80%; width: 80%;
margin: auto; margin: auto;