Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
fixed logo values
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkremer committed Jun 25, 2018
1 parent 6e48696 commit ee1f134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/istex.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ body {
height: 60px;
}
.dataLogo {
width: 76%;
height: 76%;
width: 100px;
height: 126px;
padding-top: 30px;
padding-left: 12%;
padding-left: 16px;
}
#pageTitle {
font-size: 3rem;
Expand Down

1 comment on commit ee1f134

@parmentf
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix #12

Please sign in to comment.