Skip to content

Commit

Permalink
simplify css
Browse files Browse the repository at this point in the history
  • Loading branch information
breuerfelix committed May 7, 2019
1 parent 97dc423 commit 9261135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/controller/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func HandleWithContext(controllerFunc controllerFunction) func(http.ResponseWrit
data.LoggedIn = true
data.NewPublicRegisters = 20
data.NewPrivateRegisters = 0
data.ShowAnswer = true
data.ShowAnswer = false
data.NumUsers = 32
data.NumCardsTotal = 124
data.NumRegistersTotal = 22
Expand Down
7 changes: 1 addition & 6 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ a {
text-decoration: none;
}

.row {
padding: 0;
margin: 0;
}

.row > div {
.row, .row > div {
padding: 0;
margin: 0;
}
Expand Down

0 comments on commit 9261135

Please sign in to comment.