Skip to content

Commit 0791660

Browse files
author
Rafael González Vázquez
committed
Some modifications to the images in css
1 parent a6a4545 commit 0791660

File tree

2 files changed

+5
-1
lines changed
  • starter-code

2 files changed

+5
-1
lines changed

starter-code/apple-pie-starter-code/css/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ section.content {
4343
.section-info {
4444
display: block;
4545
margin: 0 auto;
46+
width: 70%;
47+
max-width: 500px;
4648
}
4749

4850
ul, ol {

starter-code/french-onion-soup-starter-code/css/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ section.content {
4343
.section-info {
4444
display: block;
4545
margin: 0 auto;
46+
width: 70%;
47+
max-width: 500px;
4648
}
4749

4850
ul, ol {
@@ -56,4 +58,4 @@ ul {
5658

5759
ul li::before{
5860
content: "- ";
59-
}
61+
}

0 commit comments

Comments
 (0)