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

Alexander Bilz
05.14.2022 6ac634725eb57133d266e620657f1aadfb0f771a
fix: overlap on ultra wide screens

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 {