mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
05.52.2022 69e2f1f3bba2995bafb311ef439083873fdba92e
fix: overlap on ultra wide screens (#287)

Closes 231
1 files modified
14 ■■■■■ changed files
assets/css/style.css 14 ●●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -1428,20 +1428,6 @@
  }
}
@media (min-width: 1921px) {
  .sidebar {
    padding-left: 17%;
    padding-right: 3%;
    width: calc(var(--sidebar-width) - 20%);
  }
  .content {
    padding-right: 20%;
  }
  header {
    position: fixed;
    width: var(--content-width);
  }
}
/* (CONTACT) FORM */
.contact-form {