Skip to content

Commit

Permalink
smaller contact / and p
Browse files Browse the repository at this point in the history
  • Loading branch information
eonurk committed May 19, 2024
1 parent 8cafbc5 commit 758342e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="navbar"></div>
<div id="navbar"></div>
<!-- Main Content -->
<div class="content">
<h1>About Us</h1>
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="navbar"></div>
<div class="content">
<h1>Contact Us</h1>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfSIBomK5rswA13whswi_kHr-fMS9StV8X-E0QqLeiBnx92Lg/viewform?embedded=true" width="360" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfSIBomK5rswA13whswi_kHr-fMS9StV8X-E0QqLeiBnx92Lg/viewform?embedded=true" width="250" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<div id="footer"></div>

Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ p {
margin-bottom: 20px; /* Add some space below each paragraph */
text-align: center;
max-width: 350px;
font-size: 1.2em;
font-size: 1em;
}

img {
Expand Down

0 comments on commit 758342e

Please sign in to comment.