Skip to content

Commit

Permalink
fix logos
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Apr 11, 2019
1 parent b105cd3 commit a86d099
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions assets/css/krkrb.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,15 +404,25 @@ ul {
}

.btns-list a {
height: 150px;
}

.btns-list img {
min-height: 87px;
display: block;
border: 1px solid red;
height: 120px;
max-width: 300px;
min-width: 300px;
border: 10px solid #afbdff;
border-radius: 15px;
text-align: center;
padding: 5px;
display: table-cell;
vertical-align: middle;
line-height: 0;
}

.btns-list img {
max-width:100%;
max-height:100%;
height: auto;
}

.tickets {
Expand Down Expand Up @@ -682,7 +692,7 @@ a.twitter {

.tickets {
margin: 20px -20px;
max-width: 100vw;
max-width: c;
padding: 55px 8.33% 30px 0;
}

Expand Down

0 comments on commit a86d099

Please sign in to comment.