Skip to content

Commit c5c11ae

Browse files
Craig DietrichCraig Dietrich
authored andcommitted
Fix Honeydew font size due to race condition
1 parent 23f677a commit c5c11ae

File tree

1 file changed

+5
-1
lines changed
  • system/application/views/modules/cover

1 file changed

+5
-1
lines changed

system/application/views/modules/cover/title.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
body {
55
font-family: 'Lato', Arial, sans-serif !important;
66
background-color: #f8f8f8;
7-
font-size: 100% !important;
7+
/* font-size: 100% !important; */
88
background-image: none;
99
}
1010

11+
.system_wrapper {
12+
font-size: 1.25em;
13+
}
14+
1115
.cover .title {
1216
background: url(scalar_logo.png) no-repeat;
1317
padding-top: 10px;

0 commit comments

Comments
 (0)