Skip to content

Commit

Permalink
Change text and fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Jul 26, 2024
1 parent d66eed2 commit 61bb390
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ext/lib/site/footer/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
width: 200px
.logos-wrapper
display: flex
flex-wrap: wrap
align-items: center
.logo-unmdp
width: 200px
Expand All @@ -114,6 +115,8 @@
margin: 30px auto
.logo-secretaria
border-left: 3px solid white
@media (max-width: 550px)
border: none
img
width: 250px
margin: .5rem .75rem
Expand Down
2 changes: 1 addition & 1 deletion ext/lib/site/header/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class Header extends Component {
tabIndex="85"
onClick={() => window.location.href = '/archivo'}
>
historial
Historial
</Link>
</li>
{ forumConfig && forumConfig.votacion && <li className={`header-item ${window.location.pathname.includes('/votacion') ? 'active' : ''}`}>
Expand Down
2 changes: 1 addition & 1 deletion ext/lib/site/header/mobile-menu/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MobileMenu extends Component {
activeStyle={{ color: '#8C1E81' }}
onClick={() => window.location.href = '/archivo'}
tabIndex="3">
historial
Historial
</Link>
</div>
{ forumConfig.votacion && <div className='header-item'>
Expand Down
2 changes: 2 additions & 0 deletions ext/lib/site/header/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ nav.navbar
align-items center
margin-right: 0
margin-top: 0
@media screen and (max-width: 637px)
height: 70px;
.user-badge
.user-badge-link
margin: 0
Expand Down

0 comments on commit 61bb390

Please sign in to comment.