Skip to content

Commit

Permalink
cmd/weirdfortune-server: better CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Feb 3, 2020
1 parent d1dd5c6 commit 50bc0e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/weirdfortune-server/main.go
Expand Up @@ -26,12 +26,13 @@ const tplString = `<!doctype html>
<title>weirdfortune</title>
</head>
<body>
<div class="container">
<body style="background-color: #0d47a1;">
<div style="margin-top: 30px;" class="container">
<br />
<div class="row">
<div class="col-md-5 offset-md-3">
<div style="background-color: white; padding-top: 10px; border-radius: 5px;" class="col-md-5 offset-md-3">
<h3>{{ .Author }}</h3>
<br />
<p style="font-size: 1.5rem">{{ .Body }}</p>
</div>
</div>
Expand Down

0 comments on commit 50bc0e4

Please sign in to comment.