Skip to content

Commit

Permalink
centering annoying text
Browse files Browse the repository at this point in the history
  • Loading branch information
adenjonah committed May 20, 2024
1 parent 4e0ed75 commit b01de10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pages/constant/constant.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}

.centerButton {
text-align: center;
width: 60%;
height: 20%;
background-color: lightblue;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/constant/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function Constant() {
</div>
<div className="bottom-half">
<div id="EV"><EVData evNumber={selectedEV} /></div>
<div id="ConstantMap"><MapboxComponent /></div>
<div id="ConstantMap"><MapboxComponent zoom={18} /></div>
<div id="UIADCU">UIA DCU DATA</div>
</div>
<Modal
Expand Down

0 comments on commit b01de10

Please sign in to comment.