Card hover effect smooth, mobile navbar hides on click

This commit is contained in:
2023-07-13 13:53:29 +02:00
parent 25c3f41b42
commit bf5c86532a
4 changed files with 45 additions and 33 deletions

View File

@@ -22,8 +22,9 @@ import { onMount } from "svelte";
</script>
<style>
.card{
flex-shrink: 0;
--card-width: 300px;
flex-shrink: 0;
transition: 200ms;
text-decoration: none;
position: relative;
box-sizing: border-box;