reverse right column

This commit is contained in:
argoexpert press
2025-06-28 21:59:01 +03:00
parent 0ee471e833
commit 8ee9604061
9 changed files with 35 additions and 12 deletions

View File

@@ -85,4 +85,14 @@ button {
.btn_download{
border: 2px solid black;
}
@media (max-width: 768px) {
body, html {
width: 100%;
max-width: 100%;
}
}