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:
parent
814bf9ac58
commit
7e64d9e15b
@ -32,6 +32,10 @@ h1 {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.license h1 {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
opacity: 0.8;
|
||||
font-size: 24px;
|
||||
|
Loading…
Reference in New Issue
Block a user