diff --git a/inc/src/app/app.component.html b/inc/src/app/app.component.html index 6027a71..43e0b32 100644 --- a/inc/src/app/app.component.html +++ b/inc/src/app/app.component.html @@ -34,7 +34,7 @@ --> -
+
diff --git a/inc/src/styles.scss b/inc/src/styles.scss index 3495ada..492eeaa 100644 --- a/inc/src/styles.scss +++ b/inc/src/styles.scss @@ -18,14 +18,15 @@ section.container { width:32px; height:32px; position:absolute; - bottom:16px; + bottom:48px; left:calc( 50vw - 16px ); transform:rotate(45deg); - border: 5px solid #000; + border: 5px solid #29296d; border-left:0; border-top:0; cursor:pointer; } + &.podcasts { overflow-x:hidden; } &.big { min-height:100vh;} &.middle { min-height: 50vh;} &.fixed {