Fix layout
This commit is contained in:
@@ -76,10 +76,21 @@ export default class Home extends Vue {
|
||||
<style scoped>
|
||||
.albums-wrapper {
|
||||
display: inline-block;
|
||||
width: calc(100vw - 425px);
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@media (max-width: 961px) {
|
||||
.albums-wrapper {
|
||||
width: calc(100vw);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
.albums-wrapper {
|
||||
width: calc(100vw - 425px);
|
||||
}
|
||||
}
|
||||
|
||||
.albums {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user