fixed git issues

This commit is contained in:
antil0pa 2018-05-27 23:34:35 +02:00
parent 191957b998
commit 541afcd8b9
1 changed files with 18 additions and 10 deletions

View File

@ -32,6 +32,12 @@ body {
margin-right: 0.2rem;
}
.navbar-text {
position: absolute;
left: 47%
}
.mr-auto .navbar-app.nav-link {
color: $nav_icon_colour;
padding: 0.3rem;
@ -260,18 +266,20 @@ img.smiley {
padding-right: 1rem;
}
/* Suggested */
/* Suggested and contact list */
.profile-match-wrapper, .contact-entry-wrapper {
float: left;
width: 30%;
height: auto;
padding: 10px;
margin: 8px 10px 0 0;
background-color: #fff;
border: none;
border-radius: $radius;
}
float: none;
display: inline-block;
vertical-align: middle;
width: 30%;
height: auto;
padding: 10px;
margin: 8px 10px 0 0;
background-color: #fff;
border: none;
border-radius: $radius;
}
@media screen and (min-width: 1366px) {
.profile-match-wrapper, .contact-entry-wrapper {