We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df30c1 commit c3f97faCopy full SHA for c3f97fa
css/about.css
@@ -93,11 +93,11 @@
93
}
94
#content .carousel-control {
95
position: absolute;
96
- top: 40%;
+ top: 50%;
97
left: 15px;
98
width: 40px;
99
height: 40px;
100
- margin-top: -20px;
+ margin-top: -30px;
101
font-size: 60px;
102
font-weight: 100;
103
line-height: 30px;
@@ -192,15 +192,15 @@ img {
192
border-top: 1px solid #000000;
193
194
.collapse-inner p {
195
- margin:0;
+ margin:8px;
196
197
.why {
198
display:none;
199
200
/* Media Queries for responsive design -------------------------------------- */
201
@media only screen and (min-width: 480px) {
202
/* Style adjustments for viewports 480px and over go here */
203
-
+
204
205
206
@media only screen and (min-width: 768px) {
0 commit comments