forked from data.coop/website
Updates to em vs px
This commit is contained in:
parent
ed603fdc5f
commit
34c976db37
|
@ -138,17 +138,17 @@ body {
|
|||
|
||||
ul > li > a
|
||||
{
|
||||
font-size: 40px;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
ul.datacoop-langchooser
|
||||
{
|
||||
margin-top: 20px;
|
||||
margin-top: 10px;
|
||||
li {
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
a {
|
||||
font-size: 18px;
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue