We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eef06ab + 7243075 commit e868b2cCopy full SHA for e868b2c
client/css/style.css
@@ -94,10 +94,11 @@ body {
94
95
.wrapper-flex {
96
display: flex;
97
+ flex-wrap: wrap;
98
flex-direction: row;
- margin-bottom: 25px;
99
justify-content: center;
100
align-items: center;
101
+ align-content: center;
102
}
103
104
.speaker-container {
@@ -107,8 +108,9 @@ body {
107
108
text-align: center;
109
border-radius: 1rem;
110
position: relative;
- width: 31%;
111
+ width: 28%;
112
margin-inline: 1.1%;
113
+ margin-bottom: 25px;
114
115
.speaker-container::before {
116
position: absolute;
0 commit comments