diff --git a/index.html b/index.html index 47fa12b..97b940f 100644 --- a/index.html +++ b/index.html @@ -11,3 +11,13 @@ + diff --git a/public/background.jpg b/public/background.jpg index df855c2..c0fe10a 100644 Binary files a/public/background.jpg and b/public/background.jpg differ diff --git a/src/App.vue b/src/App.vue index 3ddb861..3b9c3f4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,5 +29,38 @@ margin-top: 8px; padding: 0 12px; overflow-y: scroll; + max-height: 620px !important; } + +body { + position: absolute; + width: 342px; + max-height: 620px !important; + top: 118px; + left: calc(50% - 174px); +} +.v-application__wrap { + width: 342px; + min-height: 708px !important; +} + +.v-toolbar { + border-radius: 36px 36px 0 0 !important; + top: 118px !important; + left: calc(50% - 176px) !important; + width: 344px !important; +} + +.v-application { + border-radius: 36px; +} + +.recommandations { + position: fixed; + top: 790px !important; + width: 342px; + left: calc(50% - 174px) !important; + border-radius: 0 0 36px 36px !important; +} + diff --git a/src/components/Suggestion.vue b/src/components/Suggestion.vue index 4693849..c0c5854 100644 --- a/src/components/Suggestion.vue +++ b/src/components/Suggestion.vue @@ -1,5 +1,5 @@