Changeset - 9bc3c31f8813
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2019-01-08 14:55:31
brettcsmith@brettcsmith.org
css: Adjust width for schedule time column.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/symposion-schedule.scss
Show inline comments
...
 
@@ -8,13 +8,13 @@ table.calendar {
 
  }
 

	
 
  th {
 
    text-align: center;
 

	
 
    &.time {
 
      width: 40px;
 
      width: 6em;
 
    }
 
  }
 

	
 
  td {
 
    text-align: center;
 
    vertical-align: middle;
0 comments (0 inline, 0 general)