Skip to content

Commit

Permalink
Fixed layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKaemper committed Nov 28, 2019
1 parent b7bc25a commit bc367f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/stylesheets/clan.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.clanWrapper{
display: flex;
width: 1000px;
flex-direction: row;
}

.clanWrapper > div{
Expand Down
2 changes: 1 addition & 1 deletion views/clan/clan.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{#if loggedIn}}
{{error}}
<center>
<div class="clanwrapper">
<div class="clanWrapper">
{{#if currentClan}}
<div>
<h3>Current clan</h3>
Expand Down

0 comments on commit bc367f9

Please sign in to comment.