Compare commits

...

1 Commits

Author SHA1 Message Date
Benjamin Bach 34c976db37
Updates to em vs px 2020-12-01 18:29:12 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}