better landscape view

This commit is contained in:
ByteHamster 2018-07-25 16:18:19 +02:00
parent f9eb2f839b
commit aa2ec1687f
1 changed files with 11 additions and 0 deletions

View File

@ -25,7 +25,16 @@
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-height: 200px;
max-height: 50vh;
max-width: 100%;
height: auto;
width: auto;
}
div#logobackground{
width: 100%; width: 100%;
background: #42a5f5;
} }
.card { .card {
@ -57,7 +66,9 @@
<title>About AntennaPod</title> <title>About AntennaPod</title>
</head> </head>
<body> <body>
<div id="logobackground">
<img id="logo" src="file:///android_asset/logo.png" alt="Logo"/> <img id="logo" src="file:///android_asset/logo.png" alt="Logo"/>
</div>
<h1>AntennaPod</h1> <h1>AntennaPod</h1>