Typicalc/frontend/styles/view/main/example-dialog.css

12 lines
175 B
CSS
Raw Normal View History

#example-heading-layout {
2021-03-05 12:26:22 +00:00
width: 100%;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
#example-container {
2021-07-05 16:01:38 +00:00
padding: 0;
margin: 0;
2021-03-05 12:26:22 +00:00
}