Try to deal better with overflow
ALso align images right in carousel
This commit is contained in:
parent
6f9459fb3e
commit
876f2bb7ad
2 changed files with 10 additions and 1 deletions
|
@ -52,6 +52,8 @@
|
|||
|
||||
.carousel .card-text {
|
||||
font-size: 1.4em;
|
||||
overflow: hidden;
|
||||
max-height: 60vh;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
@ -201,6 +203,7 @@ body {
|
|||
margin-top: 0px !important;
|
||||
margin-bottom: 10px !important;
|
||||
align-items: center;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue