forked from DebaucheryLibrarian/traxxx
Added tag page. Added default 'anal' tag to Vixen scraper for Tushy and Tushy Raw.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* $primary: #ff886c; */
|
||||
$breakpoint: 720px;
|
||||
$primary: #ff6c88;
|
||||
|
||||
$background: #fff;
|
||||
|
||||
@@ -34,3 +34,15 @@ body {
|
||||
fill: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
.scenes {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(20rem, .5fr));
|
||||
grid-gap: 1rem;
|
||||
}
|
||||
|
||||
@media(max-width: $breakpoint) {
|
||||
.scenes {
|
||||
grid-template-columns: repeat(auto-fit, minmax(22.5rem, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user