css fix for linux

This commit is contained in:
Jeena 2015-02-24 16:50:51 +01:00
parent 288b4513c1
commit aef2b8eef3

View file

@ -35,6 +35,11 @@ a {
text-decoration: none; text-decoration: none;
} }
article {
line-height: 1.6;
font-size: 0.8em;
}
article a { article a {
text-decoration: underline; text-decoration: underline;
@ -42,8 +47,3 @@ img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
article {
line-height: 1.6;
font-size: 0.8em;
}