Files
dj_nuxt/public/assets/css/responsive.css
Beyhan Oğur 5ad37467cf first commit
2026-04-26 22:06:07 +03:00

17 lines
308 B
CSS

/*=================
home1-start
===================*/
@media screen and (max-width: 768px) {
.home1-hero-hadding {
padding: 150px 0 20px 0;
}
.home1-main-hero-img {
padding-top: 75px;
margin-right: 10px;
}
}
/*=================
home1-end
===================*/