HotFix für Mobil-Geräte
This commit is contained in:
parent
4568a06f65
commit
4d604e24ee
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue