We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e656f5e commit a652cf7Copy full SHA for a652cf7
2 files changed
assets/scss/_footer_project.scss
@@ -8,7 +8,8 @@
8
flex-direction: column;
9
align-items: center;
10
justify-content: center;
11
- margin: -12px;
+ margin-top: -12px;
12
+ margin-bottom: -12px;
13
font-family: $font-qanelas;
14
15
.d-header {
assets/scss/_styles_project.scss
@@ -768,6 +768,23 @@ html {
768
scroll-behavior: smooth;
769
}
770
771
+// Max-width constraint for large screens to prevent layout stretch
772
+$site-max-width: 1440px;
773
+
774
+.td-navbar {
775
+ > .container-fluid {
776
+ max-width: $site-max-width;
777
+ margin-left: auto;
778
+ margin-right: auto;
779
+ }
780
+}
781
782
+.container-fluid.td-outer {
783
784
785
786
787
788
h1, h2, h3, h4, h5, h6 {
789
scroll-margin-top: 1rem;
790
0 commit comments