diff options
| author | MaZderMind | 2015-12-23 13:56:52 +0100 | 
|---|---|---|
| committer | MaZderMind | 2015-12-23 13:56:52 +0100 | 
| commit | ec3a6d5c763ecc8c46f266659d790c4b57233074 (patch) | |
| tree | 05c397b0eb45ada5668e712976625a96a983c62f /assets | |
| parent | c1c54bd1295d9de8b3575cef25efa3dd5f6b0c85 (diff) | |
optimize style of allconferences page
Diffstat (limited to '')
| -rw-r--r-- | assets/css/_allconferences.less | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/assets/css/_allconferences.less b/assets/css/_allconferences.less index d8a14aa..b4711b9 100644 --- a/assets/css/_allconferences.less +++ b/assets/css/_allconferences.less @@ -2,9 +2,11 @@ body.allconferences {  	text-align: center;  	.conference { +		.panel { +			min-height: 200px; +		}  		a { -			font-size: @jumbo-font-size; -			line-height: @jumbo-line-height; +			font-size: 32px;  			@media (max-width: @screen-xs-min) {  				font-size: @jumbo-font-size-xs; | 
