Skip to content

Commit

Permalink
remove more bootstrap classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspervanM committed Jan 25, 2023
1 parent 2cac730 commit 99b0d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion share-and-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ <h2>Results</h2>
<!-- Map -->
<section class="map-container">
<iframe
class="w-100"
src="https://www.google.com/maps/embed?pb=!1m28!1m12!1m3!1d316398.8216594251!2d4.638412118410801!3d51.717197800651796!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m13!3e6!4m5!1s0x47c6d91b5579c39f%3A0xf39ad2648164b998!2sEindhoven!3m2!1d51.423142299999995!2d5.4622896999999995!4m5!1s0x47c5b5c3515f58fd%3A0x89b05ca3c54bd43d!2sDelft!3m2!1d52.011576899999994!2d4.3570677!5e0!3m2!1sen!2snl!4v1673349602483!5m2!1sen!2snl"
allowfullscreen=""
loading="lazy"
Expand Down
7 changes: 3 additions & 4 deletions sign-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<!-- Checkbox -->
<div class="remember">
<input
class="form-check-input"
type="checkbox"
id="login-remember"
checked
Expand Down Expand Up @@ -167,7 +166,7 @@

<!-- Gender and language input -->
<label for="register-gender">Gender</label>
<select class="form-select" id="register-gender" required>
<select id="register-gender" required>
<option selected>Other</option>
<option>Male</option>
<option>Female</option>
Expand All @@ -176,7 +175,7 @@
</select>
<br/>
<label for="register-language">Language</label>
<select class="form-select" id="register-language" required>
<select id="register-language" required>
<option>Other</option>
<option>Afrikaans</option>
<option>Albanian</option>
Expand Down Expand Up @@ -305,7 +304,7 @@

<!-- Country and zipcode input -->
<label for="register-country">Country</label>
<select class="form-select" id="register-country" required>
<select id="register-country" required>
<option>Other</option>
<option>Afghanistan</option>
<option>Åland Islands</option>
Expand Down

0 comments on commit 99b0d8a

Please sign in to comment.