diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-03 12:41:39 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-03 12:41:39 +0100 |
commit | 65ff7d9f2daa59e44f0cdb1aae8d7cbcd9d4603f (patch) | |
tree | eb29c520c6aef433edeeaf14c8eba2a536d62770 /components/PostLink.vue | |
parent | 64b16669dcab8c0c29c377d12ff6b996b5caa0d3 (diff) | |
download | puszcza-65ff7d9f2daa59e44f0cdb1aae8d7cbcd9d4603f.tar.gz puszcza-65ff7d9f2daa59e44f0cdb1aae8d7cbcd9d4603f.zip |
Fix menu open
Diffstat (limited to 'components/PostLink.vue')
-rw-r--r-- | components/PostLink.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/PostLink.vue b/components/PostLink.vue index 2dc3dd9..54cd934 100644 --- a/components/PostLink.vue +++ b/components/PostLink.vue @@ -40,7 +40,7 @@ export default { margin: 20px; flex-basis: 410px; max-width: 410px; - height: 250px; + /* height: 250px; */ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); background: #ffffff; text-align: left; |