summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/templates/about.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html
index fa31d1236..4e1329302 100644
--- a/app/src/main/templates/about.html
+++ b/app/src/main/templates/about.html
@@ -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>