@@ -42,13 +42,24 @@ Fonts
42
42
}
43
43
44
44
/* Body */
45
- body .html {
45
+ body .html . page {
46
46
font-family : var (--font-base );
47
47
font-size : var (--size-base );
48
48
font-style : normal;
49
49
line-height : 1.5 ;
50
50
}
51
51
52
+ body .html {
53
+ background : url (img/colors-2.png) no-repeat left bottom;
54
+ /* background-size: contain; */
55
+ }
56
+
57
+ .page article .node p {
58
+ font-size : var (--size-base );
59
+ }
60
+
61
+
62
+
52
63
/* links */
53
64
body .html a ,
54
65
.page .profile .field a ,
@@ -64,7 +75,7 @@ body.html a,
64
75
65
76
.page em ,
66
77
.page i {
67
- font-style : normal ;
78
+ font-style : italic ;
68
79
}
69
80
70
81
.page .region-content-inner {
@@ -98,6 +109,9 @@ Fullwidth
98
109
font-weight : bold;
99
110
}
100
111
112
+ .page .menu-name-main-menu > ul > li {
113
+ margin : 0 1.5% ;
114
+ }
101
115
102
116
/* menu dropdown */
103
117
.page .menu-name-main-menu-wrapper .menu-block-wrapper > ul > li .expanded > a : after {
@@ -193,7 +207,7 @@ Fullwidth
193
207
page layout
194
208
--------------------------------------------------------------------------- */
195
209
.page # zone-menu-wrapper # zone-menu {
196
- width : 80 % ;
210
+ width : 100 % ;
197
211
margin : 0 auto;
198
212
}
199
213
.page .container-12 {
@@ -217,7 +231,7 @@ Fullwidth
217
231
}
218
232
219
233
.page # zone-title-wrapper {
220
- padding : 0
234
+ padding : 1 rem 0 ;
221
235
}
222
236
223
237
.page .grid-12 .region-content {
@@ -327,7 +341,6 @@ Fullwidth
327
341
328
342
}
329
343
330
-
331
344
}
332
345
/* min-width: 1024px */
333
346
@@ -575,12 +588,13 @@ Footer
575
588
.page # zone-footer-wrapper {
576
589
577
590
border-top : 1px solid var (--color-gray );
578
- background : var (--color-gradient );
591
+ /* background: var(--color-gradient); */
592
+ background : transparent;
579
593
}
580
- .page .region-bottom {
581
- background : url (img/colors.png) no-repeat left center;
594
+ /* .page .region-bottom {
595
+ background: url(img/colors-2 .png) no-repeat left center;
582
596
background-size: contain;
583
- }
597
+ } */
584
598
585
599
586
600
.page .region-footer-first , .page .region-footer-second {
@@ -637,11 +651,11 @@ Footer
637
651
display : block;
638
652
}
639
653
.front .page .container-12 .grid-12 .front-videos {
640
- width : 50 % ;
654
+ width : 80 % ;
641
655
}
642
656
643
657
.front .page .container-12 .grid-12 .region-postscript-second {
644
- width : 70 % ;
658
+ width : 100 % ;
645
659
float : none;
646
660
margin : 0 auto;
647
661
display : block;
@@ -686,7 +700,7 @@ Footer
686
700
687
701
# zone-postscript-top {
688
702
overflow : hidden;
689
- width : 50 % ;
703
+ width : 80 % ;
690
704
display : block;
691
705
margin : 0 auto;
692
706
height : 20rem ;
@@ -695,13 +709,17 @@ Footer
695
709
box-shadow : 0px 0px 15px 1px var (--color-verdigris-dark );
696
710
}
697
711
712
+
713
+
698
714
# zone-postscript-top .content {
715
+ padding : 2rem ;
699
716
display : grid;
700
717
grid-template-columns : 1fr 4fr ;
701
718
}
702
719
703
720
# zone-postscript-top .image {
704
721
position : relative;
722
+ grid-row : 1 / 3 ;
705
723
}
706
724
707
725
# zone-postscript-top .text {
0 commit comments