update example

This commit is contained in:
Swrup 2024-04-16 03:33:49 +02:00
parent e722970547
commit f0ef5803b7
5 changed files with 69 additions and 37 deletions

View file

@ -1,7 +1,6 @@
.brridget-container {
display: flex;
flex-direction: column;
position: fixed;
top: 5vh;
left: 5vw;
background-color: black;
@ -10,3 +9,11 @@
padding-block: 2vh;
padding-inline: 1vw;
}
.brridget-grid {
display: grid;
position: fixed;
top: 5vh;
left: 4vw;
gap: 10%;
}