Spaces:
Runtime error
Runtime error
bglearning
commited on
Commit
·
916e1eb
1
Parent(s):
0fde90f
Update styling to have tighter line spacing
Browse files- 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:
|
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:
|
12 |
}
|
13 |
|
14 |
th, td {
|
15 |
-
padding:
|
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 |
|