frontend: cap the size of heading image
This commit is contained in:
parent
3a0c892148
commit
c43bafa21b
2 changed files with 10 additions and 1 deletions
|
|
@ -31,6 +31,15 @@ body {
|
|||
background-size: cover;
|
||||
}
|
||||
|
||||
.card-img-top {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.theme-card {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
.beautiful {
|
||||
font-family: "Linux Biolinum",Helvetica,Arial,sans-serif;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue