@@ -1168,11 +1168,21 @@ section.bottom .box.join {
11681168 background-image : url ("img/box-join.jpg" );
11691169}
11701170
1171+ section .bottom .box .join a {
1172+ position : absolute;
1173+ bottom : 40px ;
1174+ }
1175+
11711176section .bottom .box .donate {
11721177 background-color : # f6664c ;
11731178 background-image : url ("img/box-donate.jpg" );
11741179}
11751180
1181+ section .bottom .box .donate a {
1182+ position : absolute;
1183+ bottom : 40px ;
1184+ }
1185+
11761186section .bottom .box .title {
11771187 font-size : 40px ;
11781188 letter-spacing : -1px ;
@@ -1189,7 +1199,7 @@ section.bottom .box p {
11891199 font-size : 20px ;
11901200 letter-spacing : 0.5px ;
11911201 line-height : 25px ;
1192- margin-bottom : 45 px ;
1202+ margin-bottom : 70 px ;
11931203}
11941204
11951205body .light .main-menu ul li a {
@@ -2253,10 +2263,6 @@ input[type="radio"]:checked + .biglabel {
22532263 line-height : 26px ;
22542264}
22552265
2256- .installations .box : nth-child (2 ) {
2257- min-height : 500px ;
2258- }
2259-
22602266.installations .box : nth-child (2n + 1) {
22612267 margin-left : 0 ;
22622268}
@@ -2276,9 +2282,9 @@ input[type="radio"]:checked + .biglabel {
22762282.installations .box ul {
22772283 margin : 0 0 20px 25px ;
22782284 max-width : 380px ;
2279- padding : 0 ;
22802285 list-style : none;
22812286 clear : left;
2287+ padding-bottom : 32px ;
22822288}
22832289
22842290.installations .box li ::before ,
@@ -2668,6 +2674,7 @@ h2.section-title.hp-style {
26682674 margin : 0 0 35px 25px ;
26692675 padding : 0 ;
26702676 list-style : none;
2677+ padding-bottom : 40px ;
26712678}
26722679
26732680.contribution-list .box ul li ,
@@ -2758,6 +2765,13 @@ h2.section-title.hp-style {
27582765.aboutus-list .box .blue {
27592766 background-color : # 00d2e6 ;
27602767 border-radius : 20px 20px 0 20px ;
2768+ display : inline-block !important ;
2769+ min-height : unset;
2770+ }
2771+
2772+ .aboutus-list .box .green {
2773+ display : inline-block !important ;
2774+ min-height : unset;
27612775}
27622776
27632777.aboutus-list .box h2 {
@@ -3075,6 +3089,7 @@ input.button.make-payment {
30753089
30763090.form-line : last-child {
30773091 border-bottom : none;
3092+ border-top : 1px solid # e9eaec ;
30783093}
30793094
30803095.form-line > div {
@@ -4024,7 +4039,7 @@ input.fullwidth {
40244039 }
40254040}
40264041
4027- /*Your Weblate Team - About us */
4042+ /* About Us Weblate Team CSS */
40284043
40294044.content-p {
40304045 width : 69% ;
@@ -4054,7 +4069,7 @@ input.fullwidth {
40544069
40554070.weblate-team {
40564071 display : table;
4057- width : 82 % ;
4072+ width : 78 % ;
40584073 margin : 0 auto;
40594074}
40604075
@@ -4092,3 +4107,84 @@ input.fullwidth {
40924107 text-align : center;
40934108 }
40944109}
4110+
4111+ /* Flex property for boxes */
4112+
4113+ .flex {
4114+ display : flex;
4115+ }
4116+
4117+ /* Box display flow root property */
4118+
4119+ .box {
4120+ display : flow-root !important ;
4121+ position : relative;
4122+ }
4123+
4124+ /* Box bottom left and right button custom position */
4125+
4126+ .bottom-left {
4127+ position : absolute;
4128+ bottom : 40px ;
4129+ }
4130+
4131+ .bottom-right {
4132+ position : absolute;
4133+ bottom : 40px ;
4134+ right : 40px ;
4135+ }
4136+
4137+ /* Media Queries for responsiveness */
4138+
4139+ @media screen and (max-width : 891px ) {
4140+ .flex {
4141+ display : unset;
4142+ }
4143+ }
4144+
4145+ @media screen and (max-width : 550px ) {
4146+ .bottom-right {
4147+ position : unset;
4148+ bottom : unset;
4149+ right : unset;
4150+ }
4151+
4152+ .installations .box ul ,
4153+ .mailing .box ul {
4154+ padding-bottom : unset;
4155+ }
4156+
4157+ .bottom-left {
4158+ position : unset;
4159+ bottom : unset;
4160+ }
4161+ }
4162+
4163+ @media screen and (max-width : 650px ) {
4164+ section .bottom .box p {
4165+ margin-bottom : 100px ;
4166+ }
4167+
4168+ section .bottom .box .donate a {
4169+ bottom : 30px ;
4170+ }
4171+
4172+ section .bottom .box .join a {
4173+ bottom : 30px ;
4174+ }
4175+ }
4176+
4177+ @media screen and (max-width : 1030px ) and (min-width : 892px ) {
4178+ .installations .box ul ,
4179+ .mailing .box ul {
4180+ padding-bottom : 50px ;
4181+ }
4182+
4183+ .bottom-left {
4184+ bottom : 60px ;
4185+ }
4186+
4187+ .bottom-right {
4188+ bottom : 12px ;
4189+ }
4190+ }
0 commit comments