Skip to content

Commit b155043

Browse files
author
Priya Sharma
committed
Fixed image alignment
1 parent 909fd4e commit b155043

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

static/style/screen.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,19 @@ th, td {
204204
.pull-left {
205205
float: left;
206206
margin-right: 2rem;
207-
margin-botton: 1rem;
207+
margin-bottom: 1rem;
208208
border-radius: 12%;
209+
width: 280px;
210+
max-width: 40%;
211+
height: auto;
212+
display: block;
213+
overflow: hidden;
209214
}
210215

211216
.pull-right {
212217
float: right;
213218
margin-left: 2rem;
214-
margin-botton: 1rem;
219+
margin-bottom: 1rem;
215220
border-radius: 12%;
216221
}
217222

0 commit comments

Comments
 (0)