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
|
ul > li > a
|
||||||
{
|
{
|
||||||
font-size: 40px;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.datacoop-langchooser
|
ul.datacoop-langchooser
|
||||||
{
|
{
|
||||||
margin-top: 20px;
|
margin-top: 10px;
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
a {
|
a {
|
||||||
font-size: 18px;
|
font-size: 1em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue