Skip to content

Commit 4a69e7b

Browse files
committed
update
1 parent 81895de commit 4a69e7b

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

index.css

+18-15
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ nav li a
2929
}
3030
.navbar:hover
3131
{
32-
background-color: #f8f9fa;
32+
/*background-color: #f8f9fa;*/
3333
}
3434
.navbar:hover .nav-item>a
3535
{
36-
color: #7456c6;
36+
/*color: #7456c6;*/
3737
}
3838
.nav-link
3939
{
@@ -42,6 +42,7 @@ nav li a
4242
.nav-link:hover
4343
{
4444
font-weight: 500;
45+
color: #000;
4546
}
4647
.dropdown-menu li
4748
{
@@ -71,10 +72,6 @@ nav li a
7172
{
7273
font-size: 15px;
7374
}
74-
.nav-link:hover
75-
{
76-
font-size: 17px;
77-
}
7875
}
7976

8077
@media(max-width: 768px)
@@ -86,13 +83,8 @@ nav li a
8683
}
8784
.nav-link
8885
{
89-
font-size: 15px;
90-
}
91-
.nav-link:hover
92-
{
93-
font-size: 17px;
86+
font-size: 14px;
9487
}
95-
9688
}
9789
/* css for media query of navbar section end here*/
9890
/*css end for navbar*/
@@ -189,17 +181,28 @@ nav li a
189181
}
190182
.row div img
191183
{
192-
height: 400px;
193-
width: 400px;
184+
height: 360px;
185+
width: 370px;
194186
padding: 15px;
195187
margin-left: 30px;
196188
border-radius: 48%;
197189
}
198190
}
199191
@media(max-width: 576px)
200192
{
193+
.about-div .row .col-sm
194+
{
195+
padding-top: 10px;
196+
min-height: 250px;
197+
}
198+
/* to align img at center */
199+
/*.row .col-xl-5
200+
{
201+
background-color: red;
202+
left: 0%;
203+
}*/
201204
.row div img
202-
{
205+
{
203206
height: 260px;
204207
width: 250px;
205208
padding: 15px;

0 commit comments

Comments
 (0)