UNPKG
remoteview
Version:
latest (2.40.2)
2.40.2
2.39.1
Remote isolated browser platform by Dosyago
gitlab.com/i5ik/Viewfinder
i5ik/Viewfinder
remoteview
/
public
/
styles
/
document.css
15 lines
(13 loc)
•
250 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
div
.document
{
margin
:
0
auto;
width
:
666px
;
max-width
:
90vw
;
padding
:
1em
;
border-radius
:
0.5em
;
background
:
var
(--shadow1);
box-shadow
:
0
0
0.5em
0
var
(--shadow2);
margin-bottom
:
18em
; }
section
.legal
{
flex-direction
: column; }