Skip to content

Commit

Permalink
partner-row: wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Nov 17, 2023
1 parent 015823b commit 1205e8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/partnersModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const PartnersModal: FC<{}> = () => {
<>
<section className="modal-card-body has-text-weight-light" id="partners-modal">
<div className="pb-3 pt-5 pl-5 box">
<div className="media">
<div className="media partner-row">
<div className="media-left">
<figure className="image">
<img
Expand All @@ -35,7 +35,7 @@ const PartnersModal: FC<{}> = () => {
</div>
</div>

<div className="media">
<div className="media partner-row">
<div className="media-left">
<figure className="image">
<img
Expand All @@ -58,7 +58,7 @@ const PartnersModal: FC<{}> = () => {
</div>
</div>

<div className="media">
<div className="media partner-row">
<div className="media-left">
<figure className="image">
<img
Expand Down
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,8 @@ a.navbar-item:focus-within, a.navbar-item:hover {

.maplibregl-ctrl-geocoder {
min-width: 300px !important;
}

.partner-row {
flex-wrap: wrap;
}

0 comments on commit 1205e8b

Please sign in to comment.