Files
old-kitabcitab-frontend/kitabcitab/styles/Layout.module.css

9 lines
152 B
CSS
Raw Normal View History

2022-12-28 22:09:58 +01:00
.center {
display: flex;
width: 100vw;
height: 100vh;
justify-content: center;
align-items: center;
position: relative;
padding: 4rem 0;
}