Skip to content

Commit

Permalink
center text
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelnascimento committed Jun 19, 2019
1 parent a2d646d commit 4fa5039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _site/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ input[type=submit]:after { content: "SUBMIT"; }

.card-speaker { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 200px; height: 350px; padding: 8px; margin: 16px !important; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1); }
.card-speaker > img { border-radius: 1000px; }
.card-speaker > .name { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.card-speaker > .name { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.card-speaker > .name > h1 { font-size: 16px; margin: 0; margin-top: 16px; }
.card-speaker > .name > p { font-size: 12px; margin: 0; text-align: left; margin-bottom: 16px; }
.card-speaker > .name > img { align-self: center; }
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ input[type=submit] {
>.name {
display: flex;
flex-direction: column;
align-items: flex-start;
align-items: center;
justify-content: flex-start;
>h1 {
font-size: 16px;
Expand Down

0 comments on commit 4fa5039

Please sign in to comment.