repo.or.cz
/
sdvi-signature-composer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[sdvi-signature-composer.git]
/
src
/
components
/
Container
/
Container.css
blob
c4813e8225db9fd1a0fda7a8532af5e549179db0
1
.Container
{
2
max-width
:
50rem
;
3
margin
:
0
auto
;
4
padding
:
0 2rem
;
5
}
6
7
@media
(
min-width
:
60rem
) {
8
.Container
{
9
padding
:
0
;
10
}
11
}