Skip to content

Commit

Permalink
Merge pull request #132 from Chandu6702/branch-1
Browse files Browse the repository at this point in the history
Typos in source code
  • Loading branch information
PranavBarthwal authored May 15, 2024
2 parents 5497105 + 914405f commit 1affb99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/doc_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
- label: New category addition.
- label: Refractoring sentences that make more sense.
- label: Fixing broken links.
- label: Refractors / reformating of the document.
- label: Refractors / reformatting of the document.
- type: textarea
id: description
attributes:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ <h1 align="center" class="section_title" id="mars">Mars Rover Imagery</h1>
</div>


<!-- display on enetering a date -->
<!-- display on entering a date -->
<div class="rover_display">
<div class="inner_conatiner">
<div class="inner_container">

<!-- added close button -->
<div id="close_button">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ body {
justify-content: center;
}

.inner_conatiner {
.inner_container {
height: 100%;
width: 75%;
border-radius: 10px;
Expand Down

0 comments on commit 1affb99

Please sign in to comment.