Skip to content

Commit 6b2e640

Browse files
Merge pull request #1940 from Ashish-Patnaik/Fixing-contact-page-alignment
Fixing contact page alignment
2 parents aa4f9f9 + 8c1f50e commit 6b2e640

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

ContactUs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,12 @@ <h3 class="join">Register to join us....</h3>
367367
body {
368368
font-family: Arial, sans-serif;
369369
background-color: #f4f4f4;
370-
margin: 0;
370+
margin: 10px;
371371
padding: 20px;
372372
}
373373
.container {
374374
max-width: 600px;
375-
margin: 0 auto;
375+
margin: 40px auto;
376376
background: #fff;
377377
padding: 20px;
378378
border-radius: 10px;

assets/css/style.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ p {
711711

712712
.navbar-area {
713713
position: absolute;
714-
top: 0;
714+
top: 0px;
715715
left: 0;
716716
width: 100%;
717717
z-index: 99;
@@ -744,16 +744,19 @@ p {
744744
-ms-transition: background-color 0.3s ease-in-out;
745745
-o-transition: background-color 0.3s ease-in-out;
746746
}
747-
.navbar-nav {main
748-
background-color: saddlebrown;
747+
/* .navbar-nav {
748+
background-color: saddlebrown;
749749
list-style-type: none;
750750
margin: 0 1rem;
751751
padding: 0;
752752
overflow: hidden;
753-
}
753+
} */
754754

755755
.nav-item {
756756
float: left;
757+
margin: 17px;
758+
width: 69px;
759+
padding: 10px;
757760
}
758761

759762

@@ -765,6 +768,7 @@ p {
765768
text-decoration: none;
766769
position: relative;
767770
cursor: pointer;
771+
768772
}
769773

770774
.nav-item a::after {

navbar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ z
6767

6868
.navbar-nav .nav-item {
6969
display: inline-block;
70-
padding: 0;
70+
7171
}
7272

7373
.navbar-collapse i {
7474
color: #e7e7e7;
75-
margin: 0 20px;
75+
margin: 0px 20px;
7676
font-size: 18px;
7777
}
7878

@@ -161,6 +161,7 @@ z
161161
justify-content: end;
162162
align-items: center;
163163
gap: 15px;
164+
164165
}
165166

166167
.dropdown {

0 commit comments

Comments
 (0)