1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-05 11:18:50 +01:00

license title not cover copy button when long title, wide screen

ex: http://choosealicense.com/licenses/cc-by-sa-4.0/

do it by setting max-width of heading to 700px, same as license
text display
This commit is contained in:
Mike Linksvayer 2016-02-23 17:47:34 -08:00
parent 814bf9ac58
commit 7e64d9e15b

View File

@ -32,6 +32,10 @@ h1 {
margin-bottom: 25px; margin-bottom: 25px;
} }
.license h1 {
max-width: 700px;
}
h2 { h2 {
opacity: 0.8; opacity: 0.8;
font-size: 24px; font-size: 24px;