foldbank-mock/web/app/globals.css

20 lines
196 B
CSS
Raw Normal View History

* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,
body {
max-width: 100vw;
}
body {
display: flex;
flex-direction: column;
align-items: center;
background: #F0F1F5;
}