Skip to content
Snippets Groups Projects
Commit 638f44d3 authored by Clement Franckelemon's avatar Clement Franckelemon
Browse files

:lipstick: fix padding screen responsive

parent e08c1463
No related branches found
No related tags found
No related merge requests found
Pipeline #59426 passed
...@@ -24,11 +24,11 @@ import HeaderView from 'components/HeaderView.vue' ...@@ -24,11 +24,11 @@ import HeaderView from 'components/HeaderView.vue'
<style> <style>
.screen-responsive { .screen-responsive {
width: 100%; width: 100%;
max-width: 1200px; max-width: 1024px;
margin: 0 auto; margin: 0 auto;
} }
@media (max-width: 768px) { @media (max-width: 1096px) {
.screen-responsive { .screen-responsive {
width: 90%; width: 90%;
} }
......
...@@ -24,11 +24,11 @@ const hover = ref(0) ...@@ -24,11 +24,11 @@ const hover = ref(0)
<style scoped> <style scoped>
.screen-responsive { .screen-responsive {
width: 100%; width: 100%;
max-width: 1200px; max-width: 1024px;
margin: 0 auto; margin: 0 auto;
} }
@media (max-width: 768px) { @media (max-width: 1096px) {
.screen-responsive { .screen-responsive {
width: 90%; width: 90%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment