This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: -15px should never existed
pull/169/head
winkidney
5 years ago
committed by
Isaac Bythewood
parent
c8b867145f
commit
1a165ec631
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
pinry-spa/src/components/Pins.vue
+ 0
- 5
pinry-spa/src/components/Pins.vue
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save