codepens/swipey-gridclearleft/dist/style.css

11 lines
138 B
CSS
Raw Permalink Normal View History

2023-10-06 23:12:53 +02:00
body {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
svg {
max-width: 70vw;
max-height: 90vh;
}