fixed desktop responsivity
parent
0910220f30
commit
d05d0707d2
|
@ -940,7 +940,7 @@ article.album a:hover {
|
||||||
-------------------------------------------------------------------------------*/
|
-------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* Media query for desktop */
|
/* Media query for desktop */
|
||||||
@media screen and (min-width: 931px) {
|
@media screen and (min-width: 1245px) {
|
||||||
#wrapper {
|
#wrapper {
|
||||||
margin: 4rem 3rem;
|
margin: 4rem 3rem;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
@ -989,7 +989,7 @@ article.album a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Media query for mobile */
|
/* Media query for mobile */
|
||||||
@media screen and (max-width: 930px) {
|
@media screen and (max-width: 1244px) {
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
|
|
Loading…
Reference in New Issue