Skip to content

Commit e397d90

Browse files
committed
test
1 parent d29d13a commit e397d90

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css/styles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ progress {
696696
}
697697
.profile {
698698
display:inline-block;
699+
vertical-align: middle;
699700
}
700701

701702
.container,
@@ -748,11 +749,13 @@ progress {
748749
}
749750
.row > * {
750751
flex-shrink: 0;
751-
/*width: 100%; */
752-
/*max-width: 100%;*/
752+
width: 100%;
753+
max-width: 100%;
753754
padding-right: calc(var(--bs-gutter-x) * 0.5);
754755
padding-left: calc(var(--bs-gutter-x) * 0.5);
755756
margin-top: var(--bs-gutter-y);
757+
758+
text-align: center;
756759
}
757760

758761
.col {

0 commit comments

Comments
 (0)