Explorar el Código

Fix element sizes

Lucas Stadler %!s(int64=8) %!d(string=hace) años
padre
commit
b3676cde2a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      quit.go

+ 4 - 0
quit.go

@ -164,6 +164,10 @@ var repoTmpl = template.Must(template.New("").Parse(`<!doctype html>
164 164
`))
165 165
166 166
var repoStyle = `
167
* {
168
  box-sizing: border-box;
169
}
170
167 171
body {
168 172
  font-family: Arial, sans-serif;
169 173
}