Skip to content

Commit

Permalink
RU: overwrite a few CSS rules to fit russian text length
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Mar 27, 2018
1 parent 7064260 commit b637eb9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions language/ru_RU/css/piwigodotorg.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.pwg-banner .btn {
font-size: 25px;
letter-spacing: 1px;
}


.get-piwigo {
height: 200px;
}
.self-hosted-piwigo, .cloud-hosted-piwigo {
height: 450px;
}

.cloud-hosted-piwigo h2 {
margin-bottom: 53px;
}

.contact-logo {
height: 220px;
background-position: 66% 38px;
}

0 comments on commit b637eb9

Please sign in to comment.