Skip to content

Instantly share code, notes, and snippets.

@Abiwax
Created January 27, 2018 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Abiwax/e13eb8fa98986819969adeffc2e332c3 to your computer and use it in GitHub Desktop.
Save Abiwax/e13eb8fa98986819969adeffc2e332c3 to your computer and use it in GitHub Desktop.
Mappage
#mapSection {
height: 100%;
position: absolute;
width: 100%;
}
.card{
padding: 10px;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
bottom: 20px;
position: absolute;
margin-left: 10px;
margin-right: 20px;
width: 95%;
}
.card .card-block .bottom_info{
padding: 10px;
font-size: 17px;
}
.card .card-block i{
margin-right: 10px;
font-size: 17px;
}
.card .card-block .bottom_info .url_link{
float: right;
position: absolute;
right: 10px;
}
.card .card-block .bottom_info i{
margin-right: 10px;
margin-left: 10px;
font-size: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment