fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7fa58ed71572c34ede5964733031057840c24ea6
[prawokultury.git]
/
events
/
static
/
events
/
events.scss
1
.event {
2
margin-top: 2em;
3
padding-bottom: 2em;
4
border-bottom: 1px solid #8b8b87;
5
6
h2 {
7
color: #01519a;
8
font-weight: normal;
9
font-size: 1.4em;
10
margin-bottom: 1.1em;
11
}
12
13
a {
14
display: block;
15
color: #363a3b;
16
}
17
18
.title {
19
font-size: 1.3em;
20
}
21
22
.description {
23
font-size: 1.3em;
24
margin-top: 1.4em;
25
}
26
27
28
}