This repository was archived by the owner on Sep 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ animated navbar button
185185}
186186
187187.navbar-default .navbar-toggle .icon-bar {
188- transition : all 0.2 s ;
188+ transition : transform 0.35 s ease , opacity 0.35 s 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 0 s ;
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 0 s ;
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 ) {
You can’t perform that action at this time.
0 commit comments