Skip to content

Commit 9ac5c51

Browse files
committed
Fix sizing of about box. Not permanent solution as doesn't adapt well to changes to number of lines of text in About pane.
1 parent 35d7217 commit 9ac5c51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ transform: rotateX(-90deg);
106106
transition-duration: 500ms;
107107
}
108108
#aboutText{
109-
font-size:2vmin;
110-
line-height:2.25vmin;
109+
font-size:1.75vmin;
110+
line-height:2vmin;
111111
text-shadow:0 0 rgb(40,40,40);
112-
margin:1vmin;
112+
/* margin:1vmin; */
113113
padding:1vmin;
114114
}
115115
#aboutOuterWrapper{

0 commit comments

Comments
 (0)