Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Fixed card-box height and responsive text alignment (#2594)
Browse files Browse the repository at this point in the history
Fixed card-box height and responsive text alignment
Added a fixed height
Added display: flex
Added Align and Justify-self: center
  • Loading branch information
danielglazebrook authored and BennyCarlsson committed Nov 1, 2018
1 parent df8d7d1 commit 0dbbed7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ a:hover {
transition: all 500ms ease-in-out;
}

.card-body {
display: flex;
height: 115px
}

.card-title {
display: flex;
align-self: center;
justify-self: center;
}

/*
.content {
margin-top: 120px;
Expand Down

1 comment on commit 0dbbed7

@vercel
Copy link

@vercel vercel bot commented on 0dbbed7 Nov 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://lingonsaft-hacktober-pcjjxhhxic.now.sh to the following alias.

Please sign in to comment.