File tree 1 file changed +18
-15
lines changed
1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ nav li a
29
29
}
30
30
.navbar : hover
31
31
{
32
- background-color : # f8f9fa ;
32
+ /* background-color: #f8f9fa;*/
33
33
}
34
34
.navbar : hover .nav-item > a
35
35
{
36
- color : # 7456c6 ;
36
+ /* color: #7456c6;*/
37
37
}
38
38
.nav-link
39
39
{
@@ -42,6 +42,7 @@ nav li a
42
42
.nav-link : hover
43
43
{
44
44
font-weight : 500 ;
45
+ color : # 000 ;
45
46
}
46
47
.dropdown-menu li
47
48
{
@@ -71,10 +72,6 @@ nav li a
71
72
{
72
73
font-size : 15px ;
73
74
}
74
- .nav-link : hover
75
- {
76
- font-size : 17px ;
77
- }
78
75
}
79
76
80
77
@media (max-width : 768px )
@@ -86,13 +83,8 @@ nav li a
86
83
}
87
84
.nav-link
88
85
{
89
- font-size : 15px ;
90
- }
91
- .nav-link : hover
92
- {
93
- font-size : 17px ;
86
+ font-size : 14px ;
94
87
}
95
-
96
88
}
97
89
/* css for media query of navbar section end here*/
98
90
/*css end for navbar*/
@@ -189,17 +181,28 @@ nav li a
189
181
}
190
182
.row div img
191
183
{
192
- height : 400 px ;
193
- width : 400 px ;
184
+ height : 360 px ;
185
+ width : 370 px ;
194
186
padding : 15px ;
195
187
margin-left : 30px ;
196
188
border-radius : 48% ;
197
189
}
198
190
}
199
191
@media (max-width : 576px )
200
192
{
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
+ }*/
201
204
.row div img
202
- {
205
+ {
203
206
height : 260px ;
204
207
width : 250px ;
205
208
padding : 15px ;
You can’t perform that action at this time.
0 commit comments