Update: Layout
This commit is contained in:
parent
4ed899b259
commit
2dc7f04fcc
@ -34,7 +34,7 @@
|
||||
</section> -->
|
||||
<!-- end space -->
|
||||
|
||||
<section id="podcasts" class="container middle" *ngFor="let n of news; let index;">
|
||||
<section id="podcasts" class="container middle podcasts" *ngFor="let n of news; let index;">
|
||||
<div class="content columns">
|
||||
<div class="col center">
|
||||
<div class="button big" [ngStyle]="{transform:'translateX('+n.random+'vw)'}">
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user