4
1
Fork 0

HotFix für Mobil-Geräte

This commit is contained in:
Alpha 2017-04-29 16:17:10 +02:00
parent 4568a06f65
commit 4d604e24ee

View file

@ -4,6 +4,13 @@ body {
font-family: 'Lato', sans-serif;
margin: 0;
margin-top: 25;
/*Fix for mobiles*/
background-repeat:no-repeat;
background-attachment:fixed;
background-size:100% 100%;
}
table, td, th {