Skip to content

Commit c37b7df

Browse files
authored
Merge pull request #12 from code4policy/belen-edit
Edits to text & styles
2 parents 9623078 + 0a61bab commit c37b7df

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body class="oswald-funfont">
1414
<h1> Mozilla Firefox is Fire! </h1>
1515
<img src="images/firefox-icon.png" alt="The Firefox logo: a flaming fox surrounding the Earth." />
16-
<p>At Mozilla, we're a global community of</p>
16+
<p>At Mozilla, we're a global community of...</p>
1717

1818
<ul>
1919
<li>technologists</li>
@@ -22,7 +22,7 @@ <h1> Mozilla Firefox is Fire! </h1>
2222
</ul>
2323

2424
<p>working together to keep the fifth most used web broswer alive and kicking.</p>
25-
25+
<p> We believe this act of human collaboration across an open platform is essential to individual growth and our collective future.</p>
2626
<p> Our
2727
<a href="https://www.mozilla.org/en-US/about/manifesto/"> Mozilla Manifesto</a>
2828
outlines the values and principles that guide our work.

styles/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ body {
1212
font-style: normal;
1313
width: 600px;
1414
margin: 0 auto;
15+
margin-top: 50px;
1516
background-color: #FDAA46;
16-
padding: 0 20px 20px 20px;
17+
padding: 20px 20px 20px 20px;
1718
border: 5px solid black;
1819
}
1920

0 commit comments

Comments
 (0)