aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_allconferences.less
blob: b4711b94d50b5e11d33105e986520b666d5ea3e9 (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
26
27
body.allconferences {
	text-align: center;

	.conference {
		.panel {
			min-height: 200px;
		}
		a {
			font-size: 32px;

			@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;
		}
	}
}