diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-21 19:53:02 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-21 19:53:02 +0200 |
commit | 17fc6a6b4507e5535d8b6989b66da5bac323e87b (patch) | |
tree | e2edf46d74a376d0359bcdeb5d19646afeb218e4 /components/PostLink.vue | |
parent | 424eaa9e8098cef762b1a2a7565d37944bb25306 (diff) | |
download | puszcza-17fc6a6b4507e5535d8b6989b66da5bac323e87b.tar.gz puszcza-17fc6a6b4507e5535d8b6989b66da5bac323e87b.zip |
Add PostList
Diffstat (limited to 'components/PostLink.vue')
-rw-r--r-- | components/PostLink.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/PostLink.vue b/components/PostLink.vue index b0aeb5a..5bc5127 100644 --- a/components/PostLink.vue +++ b/components/PostLink.vue @@ -40,6 +40,7 @@ export default { margin: 20px; flex-basis: 410px; max-width: 410px; + height: 250px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); background: #ffffff; text-align: left; |