Redesigned release page. Added 'single site' marker, linking directly to network page. Fixed Dogfart scraper duration.

This commit is contained in:
2019-11-14 05:13:38 +01:00
parent 4fa13bb163
commit bf223adc55
38 changed files with 624 additions and 205 deletions

View File

@@ -5,3 +5,15 @@
-ms-user-select: none;
-webkit-tap-highlight-color: transparent;
}
.nolist {
list-style: none;
padding: 0;
margin: 0;
li {
display: inline-block;
padding: 0;
margin: 0;
}
}

View File

@@ -1,5 +1,7 @@
/* $primary: #ff886c; */
$breakpoint: 720px;
$breakpoint2: 900px;
$breakpoint3: 1200px;
$primary: #ff6c88;
$background: #fff;