Center quotes in carousel

This commit is contained in:
Amy Wang 2022-08-21 17:59:21 -04:00
parent 5731aec130
commit eed5de05b4
1 changed files with 10 additions and 0 deletions

View File

@ -62,6 +62,13 @@
}
.card ul {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
width: 100%;
margin: 0;
padding: 0;
flex-grow: 1;
@ -69,6 +76,8 @@
.card li {
position: absolute;
left: 0;
right: 0;
margin: 0;
padding: 0;
list-style: none;
@ -86,6 +95,7 @@
.card p {
margin: 0 calc(16rem / 16);
font-weight: bold;
text-align: center;
}
.quotationMark {