Skip to content

Commit

Permalink
map text bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kami2016 committed Jul 1, 2024
1 parent 24d619c commit f7b937f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Buero Vatter</title>


<script type="module" crossorigin src="/bv2024_frontend/assets/index.583717e7.js"></script>
<link rel="stylesheet" href="/bv2024_frontend/assets/index.5bab9e3d.css">
<script type="module" crossorigin src="/bv2024_frontend/assets/index.e2077773.js"></script>
<link rel="stylesheet" href="/bv2024_frontend/assets/index.6c7059f1.css">
</head>
<body>
<!-- landing page news -->
Expand Down
12 changes: 6 additions & 6 deletions src/pages/Contact/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,24 @@ const Contact = () => {
</div>
<br></br>
<br></br>
<Row>
<Col>
<div className={`${styles.map_text_container}`}>
<span>
<a
href="https://maps.app.goo.gl/pK5fmbpc5qx59JkW9"
className={`${styles.addr_info}`}
>
Google Maps
</a>
</Col>
<Col>
</span>
<span>
<a
href={media.data.source_url}
className={`${styles.addr_info}`}
>
Printable Map
</a>
</Col>
</Row>
</span>
</div>
</div>
</div>
</Col>
Expand Down
7 changes: 6 additions & 1 deletion src/pages/Contact/contact.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@

}

.map_text_container {
display: flex;
justify-content: space-between;
}

.contact_addr_detail {
font-family: 'Karla', sans-serif;
font-size: 20px;
Expand All @@ -36,7 +41,7 @@
.map {
/* margin-right: 10vw; */
margin-bottom: 40px;
max-width: 600px;
max-width: 800px;
width: 100%;
}

Expand Down

0 comments on commit f7b937f

Please sign in to comment.