We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29d13a commit e397d90Copy full SHA for e397d90
1 file changed
css/styles.css
@@ -696,6 +696,7 @@ progress {
696
}
697
.profile {
698
display:inline-block;
699
+ vertical-align: middle;
700
701
702
.container,
@@ -748,11 +749,13 @@ progress {
748
749
750
.row > * {
751
flex-shrink: 0;
- /*width: 100%; */
752
- /*max-width: 100%;*/
+ width: 100%;
753
+ max-width: 100%;
754
padding-right: calc(var(--bs-gutter-x) * 0.5);
755
padding-left: calc(var(--bs-gutter-x) * 0.5);
756
margin-top: var(--bs-gutter-y);
757
+
758
+ text-align: center;
759
760
761
.col {
0 commit comments