bglearning commited on
Commit
916e1eb
1 Parent(s): 0fde90f

Update styling to have tighter line spacing

Browse files
Files changed (1) hide show
  1. tapas-styles.css +3 -3
tapas-styles.css CHANGED
@@ -4,15 +4,15 @@
4
  max-height: 400px;
5
  overflow-y: auto;
6
  box-sizing:border-box;
7
- line-height:4rem; /* Lots of space between lines */
8
  font-family: "Roboto Light", "Ubuntu Light", "Ubuntu", monospace;
9
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
10
  background-color: rgba(0,0,0,0.01);
11
- letter-spacing:2px; /* Give some extra separation between chars */
12
  }
13
 
14
  th, td {
15
- padding: 10px;
16
  border: 1px solid;
17
  }
18
 
 
4
  max-height: 400px;
5
  overflow-y: auto;
6
  box-sizing:border-box;
7
+ line-height:1rem; /* Lots of space between lines */
8
  font-family: "Roboto Light", "Ubuntu Light", "Ubuntu", monospace;
9
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
10
  background-color: rgba(0,0,0,0.01);
11
+ letter-spacing:1px; /* Give some extra separation between chars */
12
  }
13
 
14
  th, td {
15
+ padding: 4px;
16
  border: 1px solid;
17
  }
18