mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Keep Title in centered within 50% of the Width of a Wide Room-Panel
This commit is contained in:
parent
b53ee02f9d
commit
1cf6e0161c
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
&.wide {
|
||||
a.title { width: 50%; }
|
||||
}
|
||||
|
||||
|
||||
.program-schedule .talk {
|
||||
display: inline;
|
||||
margin-right: @padding-base-horizontal;
|
||||
|
|
Loading…
Reference in a new issue