Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Tweak beer and wine size
Browse files Browse the repository at this point in the history
  • Loading branch information
NjaalSoerland authored Oct 6, 2022
1 parent eabbf96 commit 77465b6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions redwine/static/css/redwine.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
}
.beer{
content: url(../img/beer.png); /*todo: make*/
height: 25px;
display: inline-block;
height: 35px;
}
.cake{
content: url(../img/cake.png);
Expand Down Expand Up @@ -248,6 +249,12 @@ blockquote p {
.col-sm-2{
font-size: 90%;
vertical-align: top;
}
}
.wine{
height: 30px;
}
.beer{
height: 25px;
}

}

0 comments on commit 77465b6

Please sign in to comment.