Skip to content

Commit

Permalink
CSS fix for the new homepage banner
Browse files Browse the repository at this point in the history
- position of the header
- border radius of the button (large screens)
  • Loading branch information
SylvainGuittard committed Apr 18, 2018
1 parent c59dd91 commit e404bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/assets/css/ezplatform-com.css
Expand Up @@ -92,7 +92,7 @@ a:visited {
color: #e88501;
display: inline;
left: 18.5%;
top: 34.6%;
top: 25%;
font-size: 2.44vw;
}

Expand All @@ -103,6 +103,7 @@ a:visited {
font-size: 1.12vw;
margin: 0;
padding: 0.72vw 3vw;
border-radius: 100px;
}

.btn {
Expand Down

0 comments on commit e404bbb

Please sign in to comment.