Skip to content

Commit e868b2c

Browse files
authored
Merge pull request verma-kunal#4 from samjn08/main
Added wrapping to workshop cards
2 parents eef06ab + 7243075 commit e868b2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

client/css/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ body {
9494

9595
.wrapper-flex {
9696
display: flex;
97+
flex-wrap: wrap;
9798
flex-direction: row;
98-
margin-bottom: 25px;
9999
justify-content: center;
100100
align-items: center;
101+
align-content: center;
101102
}
102103

103104
.speaker-container {
@@ -107,8 +108,9 @@ body {
107108
text-align: center;
108109
border-radius: 1rem;
109110
position: relative;
110-
width: 31%;
111+
width: 28%;
111112
margin-inline: 1.1%;
113+
margin-bottom: 25px;
112114
}
113115
.speaker-container::before {
114116
position: absolute;

0 commit comments

Comments
 (0)