Merge pull request 'fix: normalized and centralized sizes and padding & landingpage structure' (#5) from landingpage into main
Reviewed-on: #5
This commit is contained in:
commit
fb10e5b746
25 changed files with 472 additions and 389 deletions
|
@ -41,6 +41,7 @@ export default defineNuxtConfig({
|
|||
css : [
|
||||
'./app/assets/styles/general.css',
|
||||
'./app/assets/styles/header.css',
|
||||
'./app/assets/styles/navigation.css',
|
||||
'./app/assets/styles/footer.css',
|
||||
'./app/assets/styles/button.css',
|
||||
'./app/assets/styles/buttonGroup.css',
|
||||
|
@ -50,6 +51,7 @@ export default defineNuxtConfig({
|
|||
'./app/assets/styles/toolbar.css',
|
||||
'./app/assets/styles/page.css',
|
||||
'./app/assets/styles/dialog.css',
|
||||
'./app/assets/styles/landingpage.css',
|
||||
],
|
||||
|
||||
site: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue