UNPKG
@mais-tech/renault-ui-library
Version:
latest (0.1.144)
0.1.144
0.1.143
0.1.142
0.1.141
0.1.140
0.1.139
0.1.138
0.1.137
0.1.136
0.1.135
0.1.134
0.1.133
0.1.132
UI component library for Renault applications.
@mais-tech/renault-ui-library
/
app
/
page.module.css
9 lines
(8 loc)
•
156 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.main
{
display
: flex;
flex-direction
: column;
justify-content
: space-between;
align-items
: center;
padding
:
6rem
;
min-height
:
100vh
; }