source:
ReserveNGo-frontend/src/views/AboutView.vue@
590f667
Last change on this file since 590f667 was 590f667, checked in by , 3 months ago | |
---|---|
|
|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[590f667] | 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> |
Note:
See TracBrowser
for help on using the repository browser.