Skip to content

Commit c3f97fa

Browse files
update css/about.css
1 parent 6df30c1 commit c3f97fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/about.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
}
9494
#content .carousel-control {
9595
position: absolute;
96-
top: 40%;
96+
top: 50%;
9797
left: 15px;
9898
width: 40px;
9999
height: 40px;
100-
margin-top: -20px;
100+
margin-top: -30px;
101101
font-size: 60px;
102102
font-weight: 100;
103103
line-height: 30px;
@@ -192,15 +192,15 @@ img {
192192
border-top: 1px solid #000000;
193193
}
194194
.collapse-inner p {
195-
margin:0;
195+
margin:8px;
196196
}
197197
.why {
198198
display:none;
199199
}
200200
/* Media Queries for responsive design -------------------------------------- */
201201
@media only screen and (min-width: 480px) {
202202
/* Style adjustments for viewports 480px and over go here */
203-
203+
204204
}
205205

206206
@media only screen and (min-width: 768px) {

0 commit comments

Comments
 (0)