create a public user page

This commit is contained in:
Jannis Portmann 2021-05-13 12:11:02 +02:00
parent e0ec9807a3
commit 428baa749c
6 changed files with 92 additions and 43 deletions

View file

@ -6,7 +6,7 @@ $primary: darken(#005035, 20%);
// the ~ allows you to reference things in node_modules
@import "~bootstrap/scss/bootstrap";
.offer > img {
.offer-img {
height: 15rem;
object-fit: cover;
}
@ -40,4 +40,12 @@ $primary: darken(#005035, 20%);
.offer-footer {
color: #555;
}
.user-link {
color: #555;
}
.user-link:hover {
color: #000;
}