Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Apr 10, 2024
1 parent bd504f4 commit 3820b14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
12 changes: 3 additions & 9 deletions amadeus_demo/map/static/map/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
#map {
width: 95%;
height: 450px;
margin-top: 20px;
background: grey;
}

#panel {
width: 100%;
height: 400px;
}

.H_ib_content {
min-width: 8em; !important;
}
min-width: 8em !important;
}
8 changes: 4 additions & 4 deletions amadeus_demo/map/templates/map/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
</head>
<body id="markers-on-the-map">
<div class="page-header">
<h2>Find the perfect hotel for your journey!</h2>
<p>Explore cool attractions, restaurants and safety information.</p>
<p>You can also book tours and activities in the city right now.</p>
<p>You are just one click away to find out!</p>
<div><h2>Amadeus Hotel Search </h2></div>
<div>Discover the perfect hotel for your trip! Explore cool attractions, restaurants and nightlife around.
Plus you can book tours and activities right now.
You are just one click away to find out!</div>
</div>
<div id="map"></div>
<script>
Expand Down

0 comments on commit 3820b14

Please sign in to comment.