mirror of
https://github.com/pinry/pinry.git
synced 2025-11-18 10:50:38 +01:00
Fix: -15px should never existed
This commit is contained in:
committed by
Isaac Bythewood
parent
c8b867145f
commit
1a165ec631
@@ -90,11 +90,6 @@ export default {
|
||||
/* fn(i)
|
||||
*/
|
||||
|
||||
@media screen and (min-width: 33px) {
|
||||
#pins-container {
|
||||
max-width: -15px;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 288px) {
|
||||
#pins-container {
|
||||
max-width: 240px;
|
||||
|
||||
Reference in New Issue
Block a user