Skip to content

Commit e65ab9f

Browse files
committed
Changed to float in mobile version
1 parent 47ef80c commit e65ab9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assignment2/css/styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ h1 {
1313
}
1414

1515
p {
16-
width: 90%;
16+
width: 95%;
1717
margin-right: auto;
1818
margin-left: auto;
1919
}
2020

21+
div {
22+
float: left;
23+
}
24+
2125
.section {
2226
border: 1px solid black;
2327
margin: 10px;

0 commit comments

Comments
 (0)