mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add media queries to album page
This commit is contained in:
@@ -19,6 +19,15 @@ export default {
|
||||
padding: $small;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
@include tablet-portrait {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
@include tablet-landscape {
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
||||
|
||||
gap: $small;
|
||||
min-height: 15rem;
|
||||
|
||||
@@ -31,6 +40,15 @@ export default {
|
||||
background-image: url("../../assets/images/eggs.jpg");
|
||||
background-position: center;
|
||||
|
||||
@include tablet-portrait {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@include tablet-landscape {
|
||||
width: 10rem;
|
||||
}
|
||||
|
||||
|
||||
.rect {
|
||||
width: 10rem;
|
||||
height: 10rem;
|
||||
|
||||
Reference in New Issue
Block a user