diff --git a/view/template/acquisition/youtube.php b/view/template/acquisition/youtube.php
index eafd7314..6bb6607d 100644
--- a/view/template/acquisition/youtube.php
+++ b/view/template/acquisition/youtube.php
@@ -140,13 +140,18 @@ Response::setMetaDescription("Put your content on the blockchain, experience tru
LBRY offers a single-click sync process
for existing YouTubers
diff --git a/web/scss/youtube.scss b/web/scss/youtube.scss
index 72448f7e..bd3e2fcb 100644
--- a/web/scss/youtube.scss
+++ b/web/scss/youtube.scss
@@ -686,9 +686,12 @@ header .right a.github {
margin: 0 auto;
}
.block {
- position: relative;
float: left;
- margin-top: 10px;
+ width: 100%;
+ text-align: center;
+ }
+ .center {
+ display: inline-block;
}
.error {
position: absolute;
@@ -698,9 +701,8 @@ header .right a.github {
color: #E2495E;
}
label {
- display: block;
- text-indent: 15px;
- margin-bottom: 15px;
+ float: left;
+ margin: 15px 0 15px 10px;
}
input {
float: left;