diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/33c3/main.less | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index 3b1ba88..69c95c0 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -287,6 +287,11 @@ body.multiview .cell {  		margin-bottom: 30px;  		height: 50px;  	} + +	.notes { +		font-size: 16px; +		text-align: center; +	}  }  nav .button-wrapper > .btn { | 
