Skip to content

Commit 8123b62

Browse files
committed
website build
1 parent 6424055 commit 8123b62

File tree

2 files changed

+22
-599
lines changed

2 files changed

+22
-599
lines changed

_sass/_main.scss

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
@charset "UTF-8";
22
/*
3-
43
Pixyll
5-
64
A simple, beautiful theme for Jekyll that emphasizes content rather than
75
aesthetic fluff.
8-
96
Best served with BASSCSS (http://jxnblk.github.io/basscss)
10-
117
Crafted with <3 by John Otander (@4lpine) - ©2015 John Otander
128
MIT License http://opensource.org/licenses/MIT
13-
149
*/
10+
#carbonads, .carbon-wrap{
11+
display: -webkit-flex;
12+
display: -ms-flexbox;
13+
display: flex;
14+
-webkit-align-items: center;
15+
-ms-flex-align: center;
16+
align-items: center;
17+
-webkit-justify-content: center;
18+
-ms-flex-pack: center;
19+
justify-content: center;
20+
}
21+
22+
.carbon-text{
23+
font-size: 20px;
24+
padding: 5px;
25+
}
26+
27+
.carbon-poweredby{
28+
font-size: 10px;
29+
float: right;
30+
}
1531

1632
body {
1733
font-family: "Merriweather", "PT Serif", Georgia, "Times New Roman", serif;
@@ -183,8 +199,6 @@ table {
183199
}
184200

185201
.pagination a, .pagination .disabled {
186-
-webkit-transition: all 0.2s ease-in-out;
187-
-moz-transition: all 0.2s ease-in-out;
188202
transition: all 0.2s ease-in-out;
189203
background: #fafafa;
190204
border-radius: 0.1875em;
@@ -518,7 +532,6 @@ footer:after {
518532
/*!
519533
Animate.css - http://daneden.me/animate
520534
Licensed under the MIT license - http://opensource.org/licenses/MIT
521-
522535
Copyright (c) 2014 Daniel Eden
523536
*/
524537

@@ -558,20 +571,18 @@ Copyright (c) 2014 Daniel Eden
558571
opacity: 0;
559572

560573
-webkit-transform: translateY(-20px) translate3d(0, 0, 0);
561-
-ms-transform: translateY(-20px) translate3d(0, 0, 0);
562574
transform: translateY(-20px) translate3d(0, 0, 0);
563575
}
564576

565577
100% {
566578
opacity: 1;
567579

568580
-webkit-transform: translateY(0) translate3d(0, 0, 0);
569-
-ms-transform: translateY(0) translate3d(0, 0, 0);
570581
transform: translateY(0) translate3d(0, 0, 0);
571582
}
572583
}
573584

574585
.fade-in-down {
575586
-webkit-animation-name: fadeInDown;
576587
animation-name: fadeInDown;
577-
}
588+
}

0 commit comments

Comments
 (0)