Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit c417f63

Browse files
committed
Minor mobile view tweaks.
1 parent fef6451 commit c417f63

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

source/assets/css/style.css

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ animated navbar button
185185
}
186186

187187
.navbar-default .navbar-toggle .icon-bar {
188-
transition: all 0.2s;
188+
transition: transform 0.35s ease, opacity 0.35s ease;
189189
width: 22px;
190190
}
191191

@@ -250,7 +250,7 @@ footer ul {
250250
.social-ul .fa,
251251
.fa-rss {
252252
color: lightgray;
253-
transition: all 0.5s ease 0s;
253+
transition: all 0.5s ease;
254254
}
255255

256256
.social-ul .fa:hover,
@@ -352,7 +352,7 @@ h6[id]:before {
352352

353353
.defer.loaded {
354354
opacity: 1;
355-
transition: opacity 0.3s ease 0s;
355+
transition: opacity 0.3s ease;
356356
}
357357

358358
.browserPrompt {
@@ -444,7 +444,7 @@ h6[id]:before {
444444
margin-top: 10px;
445445
}
446446

447-
.social-ul li:not(:last-of-type) {
447+
.social-ul li:not(:last-child) {
448448
margin-right: 10px;
449449
}
450450

@@ -456,6 +456,20 @@ h6[id]:before {
456456
display: inline-block;
457457
padding: 0.5em;
458458
}
459+
460+
.thumbnail {
461+
display: inline-block;
462+
margin-bottom: 8px;
463+
}
464+
465+
.features h1 {
466+
margin-top: 0;
467+
margin-bottom: 8px;
468+
}
469+
470+
.features p {
471+
margin-bottom: 40px;
472+
}
459473
}
460474

461475
@media (min-width: 768px) {

0 commit comments

Comments
 (0)