modified: main_dc/BB/bbvue/src/App.vue
add comments
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
|
||||
<script>
|
||||
import NavigationMenu from './components/NavigationMenu.vue'
|
||||
import NavigationMenu from './components/NavigationMenu.vue'
|
||||
import { useAuthStore } from '@/src/stores/auth' // Добавлен импорт
|
||||
|
||||
export default {
|
||||
@@ -211,8 +211,10 @@ body {
|
||||
|
||||
.footer-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr; /* Две равные колонки */
|
||||
gap: 2rem; /* Расстояние между колонками */
|
||||
grid-template-columns: 1fr 1fr;
|
||||
/* Две равные колонки */
|
||||
gap: 2rem;
|
||||
/* Расстояние между колонками */
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
@@ -246,15 +248,15 @@ body {
|
||||
.container {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
|
||||
.footer-grid {
|
||||
grid-template-columns: 1fr;
|
||||
/* Одна колонка на мобильных */
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 360px) {
|
||||
|
||||
@media (max-width: 360px) {
|
||||
.logo-box:nth-child(2) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user