Skip to content

Commit 1f48775

Browse files
committed
Synchronized build
1 parent 8e4eeda commit 1f48775

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/gen/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ h2 {
2727

2828
.card-columns {
2929
-webkit-column-count: 2;
30+
-moz-column-count: 2;
3031
column-count: 2; }
3132

3233
.navbar {
34+
background-image: -webkit-gradient(linear, left top, right top, from(#EE5B32), color-stop(#FB7928), to(#EE5B32));
3335
background-image: linear-gradient(90deg, #EE5B32, #FB7928, #EE5B32);
3436
background-size: 100% 130px;
3537
background-position-y: bottom; }
@@ -113,8 +115,10 @@ h2 {
113115
margin-bottom: 0; }
114116

115117
.main-footer .footer small {
118+
display: -webkit-box;
116119
display: flex;
117-
align-items: center; }
120+
-webkit-box-align: center;
121+
align-items: center; }
118122
.main-footer .footer small .text-muted {
119123
margin-left: 2rem; }
120124

0 commit comments

Comments
 (0)