Skip to content

Commit

Permalink
tweaked layout of primary logo
Browse files Browse the repository at this point in the history
  • Loading branch information
drhanciles committed Apr 23, 2019
1 parent 79f6c31 commit c45d4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/GeneralInfo/GeneralInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './GeneralInfo.scss';
const GeneralInfo = () => {
return (
<section className="general-info-container">
<object className="primary-logo" data="./assets/Exit_Plan-Logo.svg" alt="primary exit plan logo" height="750" width="750">
<object className="primary-logo" data="./assets/Exit_Plan-Logo.svg" alt="primary exit plan logo" height="1000" width="1000">
</object>
<div role="secondary container for general info" className="text-video-container">
<article className="left-container">
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/GeneralInfo/GeneralInfo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

.primary-logo {
padding: 8px;
margin: 12px;
position: relative;
left: 600px;
}

.text-video-container {
Expand Down

0 comments on commit c45d4bc

Please sign in to comment.