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