aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_allconferences.less
blob: d8a14aa8e2c972e3c5d40da3cdffcd64781fa3f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body.allconferences {
	text-align: center;

	.conference {
		a {
			font-size: @jumbo-font-size;
			line-height: @jumbo-line-height;

			@media (max-width: @screen-xs-min) {
				font-size: @jumbo-font-size-xs;
			}

			display: block;
			text-align: center;

			&:hover {
				text-decoration: none;
			}
		}

		p {
			margin-top: @line-height-computed;
		}
	}
}