UNPKG
minix-template
Version:
latest (0.0.1)
0.0.1
minix template
minix-template
/
test
/
card
/
testcase
/
common
/
media.css
15 lines
(14 loc)
•
230 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@media
(
dark-mode
:true) {
.header
{
width
:
100%
;
height
:
60px
;
font-size
:
16px
;
align-items
: center;
justify-content
: center; }
.footer
{
width
:
100%
;
height
:
40px
;
align-items
: center; } }