Make About window narrower

This commit is contained in:
Dan Stillman 2017-07-08 21:31:45 -04:00
parent 2ca10b3d54
commit 91512469d5

View file

@ -12,7 +12,7 @@ dialog
}
#column1 {
width: 33em;
width: 23em;
padding-right: 2em;
}
@ -47,6 +47,11 @@ dialog
margin-bottom: 5px;
}
#about-text {
margin-top: .7em;
margin-bottom: .7em;
}
#about-text > p {
margin-left: .5em;
line-height: 1.4em;