BasicOIDC/assets/css/base_settings_page.css

15 lines
174 B
CSS
Raw Normal View History

2022-04-04 15:39:23 +00:00
html {
width: 100%;
height: 100%;
}
body {
display: flex;
flex-direction: row;
height: 100%;
}
.page_body {
padding: 3rem;
overflow-y: scroll;
2022-04-04 15:39:23 +00:00
}