Skip to content

Commit addca95

Browse files
committed
Update UI style changes
- Make the home page feature box same height to follow proper UI/UX standards - Set newletter form to stop having text under the button on wide screen - Fix footer breakup on about, contact and other pages
1 parent 5611647 commit addca95

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

css/responsive.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@
976976
.main-footer.style-two .newsletter-form .form-group input[type="email"],
977977
.main-footer .newsletter-form .form-group input[type="text"],
978978
.main-footer .newsletter-form .form-group input[type="email"]{
979-
padding: 15px 30px;
979+
padding: 15px 30px !important;
980980
line-height: 30px;
981981
height: 60px;
982982
}

css/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,6 +2186,9 @@ img {
21862186
.feature-block {
21872187
position: relative;
21882188
margin-bottom: 40px;
2189+
flex: 1;
2190+
display: flex;
2191+
align-items: stretch;
21892192
}
21902193

21912194
.feature-block .inner-box {
@@ -4068,6 +4071,7 @@ img {
40684071
-ms-transition: all 300ms ease;
40694072
-o-transition: all 300ms ease;
40704073
transition: all 300ms ease;
4074+
border-radius: 15px;
40714075
}
40724076

40734077
.speaker-block-two .image-box:hover .overlay-box {
@@ -7450,6 +7454,7 @@ a.ui-button:active,
74507454
-ms-transition: all 300ms ease;
74517455
-o-transition: all 300ms ease;
74527456
transition: all 300ms ease;
7457+
padding-right: 28%;
74537458
}
74547459

74557460
.main-footer .newsletter-form .form-group input[type="submit"],
@@ -7599,12 +7604,11 @@ a.ui-button:active,
75997604
}
76007605

76017606
.main-footer.style-two .copyright {
7602-
float: left;
76037607
font-size: 18px;
76047608
line-height: 30px;
76057609
color: #4f4f4f;
76067610
font-weight: 500;
7607-
margin-bottom: 40px;
7611+
padding-bottom: 50px;
76087612
}
76097613

76107614
.main-footer.style-two .footer-bottom ul {

0 commit comments

Comments
 (0)