Skip to content
Snippets Groups Projects

Handleliste

Merged Sondre Malerud requested to merge handleliste into main
25 files
+ 1077
75
Compare changes
  • Side-by-side
  • Inline
Files
25
+ 5
1
@@ -25,10 +25,14 @@ a,
body {
display: flex;
place-items: center;
justify-content: center;
align-items: center;
}
#app {
display: grid;
padding: 0 2rem;
padding: 2rem 2rem;
}
}
Loading