modified: main_dc/valitovgaziz/html/style.css
fix footer for adapt to phone
This commit is contained in:
@@ -290,6 +290,8 @@ footer {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 1rem;
|
||||
border-left: 1px solid black;
|
||||
grid-template-rows: auto; /* Явно указываем одну строку */
|
||||
grid-auto-flow: row; /* Запрещаем автоматическое создание новых строк */
|
||||
}
|
||||
|
||||
/* Кнопки */
|
||||
@@ -432,7 +434,6 @@ footer {
|
||||
}
|
||||
|
||||
.two-column-grid {
|
||||
grid-template-columns: 1fr;
|
||||
border-left: none;
|
||||
border-top: 1px solid black;
|
||||
padding-top: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user