This commit is contained in:
a-ill
2023-10-09 15:38:04 +03:00
parent fccdad8e34
commit 1522c2933b
105 changed files with 6404 additions and 17 deletions

View File

@@ -214,15 +214,15 @@
*/
/* Responsiveness */
@media only screen and (min-width: 1200px) {
@media only screen and (min-width: 1250px) {
#navbar {
position: relative;
width: min(100%,116rem);
left: 50%;
transform: translateX(-50%);
padding-right: 4rem;
padding-left: 4rem;
padding-right: 0rem;
padding-left: 0rem;
}
#nav {