Spaces:
Running
Running
px --> rem
Browse files- css/main.css +4 -4
css/main.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/* Global page and element settings ----------------------------------------------------- */
|
2 |
body {
|
3 |
-
font-size: 16px
|
4 |
font-family: "Montserrat", Helvetica, sans-serif !important;
|
5 |
}
|
6 |
|
@@ -69,7 +69,7 @@ html {
|
|
69 |
.movControl, .movControla, .movControlb {
|
70 |
background: #FFFFFF;
|
71 |
color: #999;
|
72 |
-
font-size:
|
73 |
cursor: pointer;
|
74 |
}
|
75 |
.selected {
|
@@ -83,12 +83,12 @@ span[name="utterance"]:hover {
|
|
83 |
}
|
84 |
em.linenumber {
|
85 |
display: inline-block;
|
86 |
-
width:
|
87 |
color:#999;
|
88 |
font-style: normal;
|
89 |
background:#FFFFFF;
|
90 |
text-align: right;
|
91 |
-
padding-right:
|
92 |
}
|
93 |
td {
|
94 |
vertical-align: top;
|
|
|
1 |
/* Global page and element settings ----------------------------------------------------- */
|
2 |
body {
|
3 |
+
/* font-size: 16px;*/
|
4 |
font-family: "Montserrat", Helvetica, sans-serif !important;
|
5 |
}
|
6 |
|
|
|
69 |
.movControl, .movControla, .movControlb {
|
70 |
background: #FFFFFF;
|
71 |
color: #999;
|
72 |
+
font-size: 1.25rem;
|
73 |
cursor: pointer;
|
74 |
}
|
75 |
.selected {
|
|
|
83 |
}
|
84 |
em.linenumber {
|
85 |
display: inline-block;
|
86 |
+
width: 3.75rem;
|
87 |
color:#999;
|
88 |
font-style: normal;
|
89 |
background:#FFFFFF;
|
90 |
text-align: right;
|
91 |
+
padding-right: 1rem;
|
92 |
}
|
93 |
td {
|
94 |
vertical-align: top;
|