Skip to content

Commit

Permalink
added lco logo to photonranch header
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin committed Jan 12, 2024
1 parent 12c5833 commit ccee503
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added public/img/logos/LCO_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/components/logoText/PhotonRanch.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

<template>
<div :style="fontSizeStyle">
<img
class="lco-logo"
src="/img/logos/LCO_logo.png"
alt="LCO logo"
>
<span
v-if="text"
style="margin-left: -5px;"
Expand Down Expand Up @@ -88,4 +93,7 @@ export default {
height: 0.8em;
margin-left: 0.45em;
}
.lco-logo{
margin-right: 0.4em;
}
</style>

0 comments on commit ccee503

Please sign in to comment.