mirror of
https://github.com/KevinMidboe/seasonedRequest.git
synced 2025-10-29 18:00:13 +00:00
Re-wrote to support my api for requesting new movies.
This commit is contained in:
@@ -39,12 +39,19 @@ export default {
|
||||
height: 100%;
|
||||
background: rgba($c-light, 0.7);
|
||||
}
|
||||
&-shortList{
|
||||
width: 100%;
|
||||
}
|
||||
&__content{
|
||||
width: 100%;
|
||||
padding: 0 20px;
|
||||
text-align: center;
|
||||
@include tablet-min{
|
||||
padding: 0 40px 40px 0;
|
||||
padding: 20px 0 0 0;
|
||||
}
|
||||
&-shortList {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
}
|
||||
&__title{
|
||||
|
||||
Reference in New Issue
Block a user