Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

#37 multiline span on landing page in events card #58

Merged
merged 4 commits into from
Oct 25, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
multiline span
  • Loading branch information
abiduzz420 committed Oct 25, 2017
commit 7766b3f24afac0c80fe8c956d98d4512e6fe5c37
1 change: 1 addition & 0 deletions components/row-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const RowEvent = props => {
}
.card_icons {
margin-right: 15px;
display: block;
}
@media (max-width: 700px) {
.card_icons {
Expand Down
Loading