Files
old-kitabcitab-frontend/kitabcitab/styles/Layout.module.css
2022-12-28 22:09:58 +01:00

13 lines
200 B
CSS

.center {
display: flex;
width: 100vw;
height: 100vh;
justify-content: center;
align-items: center;
position: relative;
padding: 4rem 0;
}
.search:hover {
background-color: #303134;
}