add new main news in mobail

This commit is contained in:
2024-04-03 22:24:30 +03:00
parent 0342a40bb0
commit 83eaa7246b
7 changed files with 62 additions and 4 deletions

View File

@@ -7,5 +7,4 @@ services:
- ./src:/app/src
- ./public:/app/public
ports:
- 5173:5173
restart: always
- 5173:5173

View File

@@ -8,6 +8,17 @@
margin-left: -1px;
}
.main-title-mob{
display: none;
font-weight: bold;
color: #006842;
margin: 12px 0 12px 0;
}
.article-item-mob{
display: none;
}
@media (max-width: 1024px) {
.article-item {
width: 100%;
@@ -119,6 +130,15 @@
}
@media (max-width: 767px) {
.article-item-mob{
display: block;
}
.main-title-mob{
display: block;
}
.article-item__image-container img {
height: auto;
}

View File

@@ -73,6 +73,7 @@
.hero__container {
padding: 0;
display: none;
}
.hero__inner {

View File

@@ -65,6 +65,7 @@
@media (max-width: 767px) {
.menu {
display: none;
padding: 1.5rem 0;
overflow: auto;
background: #edefe4;