Skip to content

Commit

Permalink
cambios imagenes sub brand
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiicode committed Jan 18, 2024
1 parent c11f7f6 commit 184ba4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ section#cover p {
width:100%;
height:100%;
z-index:9;
background-size: contain !important;
}

.polyfen a span { background:#ecf0f3 url(../imgs/sub-brands/polyfen-logo.svg) no-repeat left top;}
Expand Down
2 changes: 1 addition & 1 deletion brand/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<?php include '../includes/hello-nav.php';?>
<nav id="navbar">
<img class="plfn-logo" src="imgs/the-polyfen-group-logo.svg"" alt="Polyfen" height="40px" width="auto">
<img class="plfn-logo" src="imgs/the-polyfen-group-logo.svg" alt="Polyfen" height="40px" width="auto">
<h2 class="caption">Brand Guidelines</h2>
<div style="overflow-y: scroll;height:800px;padding-bottom:80px;">
<ul>
Expand Down
3 changes: 1 addition & 2 deletions business/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<body>
<?php include '../includes/hello-nav.php';?>
<nav id="navbar">

<img class="plfn-logo" src="imgs/polyfen-logo.svg" alt="Polyfen logo" height="40px" width="auto">
<img class="plfn-logo" src="imgs/the-polyfen-group-logo.svg" alt="Polyfen" height="40px" width="auto">
<h2 class="caption">Business Plan</h2>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion wiki/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<?php include '../includes/hello-nav.php';?>
<nav id="navbar">
<img class="plfn-logo" src="imgs/polyfen-logo.svg" alt="Polyfen Logo" height="40px" width="auto">
<img class="plfn-logo" src="imgs/the-polyfen-group-logo.svg" alt="Polyfen" height="40px" width="auto">
<h2 class="caption">Team Wiki</h2>
<ul>
<li><a href="#tech-stack" class="caption">1. Tech stack</a></li>
Expand Down

0 comments on commit 184ba4e

Please sign in to comment.