Skip to content

Commit

Permalink
fixed card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlark committed Oct 10, 2017
1 parent 5a8ff5d commit 213bef5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions static/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.user-list {
display: flex;
flex-wrap: wrap;
}
3 changes: 2 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="static/bower/materialize/dist/css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="static/bower/fontawesome/css/font-awesome.min.css" rel="stylesheet">
<link href="static/styles.css" rel="stylesheet">
<link rel="shortcut icon"
href="static/images/favicon.ico" />
</head>
Expand All @@ -28,7 +29,7 @@ <h5 class="header col s12 light">Galera do Curso de Git</h5>
</div>


<div class="row">
<div class="row user-list">
{% for user in users %}
<div class="col s12 m4 l2">
{% include 'users/'+user %}
Expand Down

0 comments on commit 213bef5

Please sign in to comment.