repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
a56776f
parent
bd6e2b9
author
Eric Bower
date
2021-07-20 04:07:40 +0000 UTC
more tweak
2 files changed,  +2, -8
M src/lib/plugin.svelte
+1, -7
 1@@ -38,7 +38,7 @@
 2   .container {
 3     display: flex;
 4     flex-direction: column;
 5-    padding: 15px 5px;
 6+    padding: 15px 0;
 7     height: 170px;
 8     width: 100%;
 9     border-bottom: 1px solid var(--primary-color);
10@@ -77,10 +77,4 @@
11   .tags {
12     margin-top: 5px;
13   }
14-
15-  @media only screen and (max-width: 700px) {
16-    .container {
17-      padding: 0;
18-    }
19-  }
20 </style>
M src/routes/index.svelte
+1, -1
1@@ -222,7 +222,7 @@
2 
3   @media only screen and (max-width: 700px) {
4     .container {
5-      grid-template-columns: 95%;
6+      grid-template-columns: 92%;
7       justify-content: center;
8     }
9