Skip to content

Commit 83a9886

Browse files
committed
Added some custom styling for repo and site layout
1 parent 53b149c commit 83a9886

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

assets/css/style.scss

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
@import "../font-awesome/scss/font-awesome";
6+
7+
h1 {
8+
margin-bottom: 25px !important;
9+
}
10+
11+
.page-header a {
12+
display: none;
13+
}
14+
15+
.intro-text {
16+
background-color: #caefdc;
17+
padding: 20px;
18+
font-size: 1.2rem;
19+
text-align: center;
20+
}
21+
22+
.repo-group {
23+
width: 100%;
24+
float: left;
25+
}
26+
27+
@media only screen and (min-width: 650px) {
28+
.repo-group {
29+
width: 47%;
30+
padding-right: 3%;
31+
}
32+
}
33+
34+
.repo-group h3 {
35+
border-bottom: 1px solid #159957;
36+
}
37+
38+
.repo-group p {
39+
margin-bottom: 22px;
40+
}
41+
42+
.repo-group .repo-box {
43+
margin-bottom: 15px;
44+
}
45+
46+
.repo-group .repo-header {
47+
background-color: #018372;
48+
padding: 5px 8px 5px 8px;
49+
color: #fff;
50+
}
51+
52+
.repo-group .repo-header a {
53+
color: #fff;
54+
}
55+
56+
.repo-group .repo-header-right {
57+
float: right;
58+
}
59+
60+
.repo-group ul {
61+
font-size: 0.94rem;
62+
}
63+
64+
.repo-group .repo-description {
65+
border: 1px solid #018372;
66+
padding: 5px 8px 5px 8px;
67+
font-size: 0.9rem;
68+
min-height: 75px;
69+
}
70+
71+
.separator {
72+
clear: both;
73+
height: 35px;
74+
}
75+
76+
.attribution {
77+
margin-top: 40px;
78+
font-size: 0.9rem;
79+
}

0 commit comments

Comments
 (0)