style: change feed width and breakpoint
This commit is contained in:
parent
cd17ad53ad
commit
e7cb9f1bfc
|
@ -20,18 +20,18 @@
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 800px) {
|
||||||
/* For bigger than phones */
|
/* For bigger than phones */
|
||||||
#profile {
|
#profile {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-container {
|
#post-container {
|
||||||
max-width: 600px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loader {
|
#loader {
|
||||||
max-width: 600px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue