diff options
| author | Zephyrrus <[email protected]> | 2020-06-29 20:02:47 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-06-29 20:02:47 +0300 |
| commit | ac037c773ef5f15372c6999445a2efe00034c0c0 (patch) | |
| tree | 94ff8cfad575421add06834100a2343eba6a3f73 /src/site/pages/faq.vue | |
| parent | misc: remove patreon. sorry. (diff) | |
| download | host.fuwn.me-ac037c773ef5f15372c6999445a2efe00034c0c0.tar.xz host.fuwn.me-ac037c773ef5f15372c6999445a2efe00034c0c0.zip | |
fix: Remove hero and hero body and use sections and containers instead
Hero is meant to be used as a full-width banner to showcare or present somethign, not to contain the entire content of the webpage
Diffstat (limited to 'src/site/pages/faq.vue')
| -rw-r--r-- | src/site/pages/faq.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/pages/faq.vue b/src/site/pages/faq.vue index bd93086..bb84a7d 100644 --- a/src/site/pages/faq.vue +++ b/src/site/pages/faq.vue @@ -48,6 +48,7 @@ export default { } }; </script> + <style lang="scss" scoped> @import '~/assets/styles/_colors.scss'; article.message { background-color: #ffffff; } |