UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
devex
/
src
/
components
/
Layout
/
App
/
App.css
10 lines
(9 loc)
•
222 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
.app-container
{
display
: flex;
color
:
var
(--color-text);
background-color
:
var
(--color-app-bg);
position
: relative;
/* header:70px, footer:100px */
min-height
:
calc
(
100vh
-
70px
-
170px
);
padding
:
30px
0
; }