better landscape view
This commit is contained in:
parent
f9eb2f839b
commit
aa2ec1687f
|
@ -25,7 +25,16 @@
|
|||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-height: 200px;
|
||||
max-height: 50vh;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
div#logobackground{
|
||||
width: 100%;
|
||||
background: #42a5f5;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
@ -57,7 +66,9 @@
|
|||
<title>About AntennaPod</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="logobackground">
|
||||
<img id="logo" src="file:///android_asset/logo.png" alt="Logo"/>
|
||||
</div>
|
||||
|
||||
<h1>AntennaPod</h1>
|
||||
|
||||
|
|
Loading…
Reference in New Issue