Footer and ContactView LastUpdate - Align Footer and Contactview

This commit is contained in:
PascalMarchesseault
2024-03-24 00:37:28 -04:00
parent 0fa143443e
commit f7d8b2f89f
2 changed files with 4 additions and 17 deletions

View File

@@ -150,22 +150,9 @@ footer a:not(:last-child) {
@media (min-width: 1280px) and (max-width: 1600px) {}
@media (min-width: 1600px) and (max-width: 1919px) {
.footer-align {
margin-left: 3%;
}
}
@media (min-width: 1600px) and (max-width: 1919px) {}
@media (min-width: 1920px) and (max-width: 2559px) {
.footer-align {
margin-left: 14%;
}
}
@media (min-width: 1920px) and (max-width: 2559px) {}
@media (min-width: 2559px) {
.footer-align {
margin-left: 7%;
}
}
@media (min-width: 2559px) {}
</style>

View File

@@ -1,7 +1,7 @@
<template>
<!--PC -->
<v-app style="background-color: #F4F4F4;">
<v-app style="background-color: #F4F4F4; ">