diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-01-06 23:55:12 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-01-06 23:55:12 +0300 |
| commit | 4820c7696db3c54959258b1a5b00c77e1246cbd7 (patch) | |
| tree | 179edfca03618395939df1c3afccf2c90c64d424 /frontend/src/views/AboutView.vue | |
| parent | (#20) successful integration of demo upload to drive (diff) | |
| download | lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.gz lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.bz2 lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.zip | |
what the fuck is this mess (#21)
Diffstat (limited to 'frontend/src/views/AboutView.vue')
| -rw-r--r-- | frontend/src/views/AboutView.vue | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/frontend/src/views/AboutView.vue b/frontend/src/views/AboutView.vue deleted file mode 100644 index 756ad2a..0000000 --- a/frontend/src/views/AboutView.vue +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | <template> | ||
| 2 | <div class="about"> | ||
| 3 | <h1>This is an about page</h1> | ||
| 4 | </div> | ||
| 5 | </template> | ||
| 6 | |||
| 7 | <style> | ||
| 8 | @media (min-width: 1024px) { | ||
| 9 | .about { | ||
| 10 | min-height: 100vh; | ||
| 11 | display: flex; | ||
| 12 | align-items: center; | ||
| 13 | } | ||
| 14 | } | ||
| 15 | </style> | ||