Skip to content

Commit ec4b744

Browse files
committed
Fix CSS of GO-CAM ID form
1 parent b2429e6 commit ec4b744

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

gocam_app/templates/gocam_app/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
66

77
<style>
8-
#ids {
9-
width: 50em;
10-
height: 30em;
8+
body {
9+
margin-left: 1em;
10+
font-size: 150%;
11+
}
12+
#id_ids {
13+
width: 40em;
14+
height: 20em;
1115
}
1216
#ids-submit {
1317
margin-top: 1em;
14-
font-size: 110%;
18+
font-size: 110%;
1519
}
1620
</style>
1721
</head>

0 commit comments

Comments
 (0)