mirror of
https://github.com/github/choosealicense.com
synced 2024-12-21 12:20:10 +01:00
1140, make tooltips responsive
This commit is contained in:
parent
5c0df83831
commit
d4b0fadeb2
@ -46,6 +46,10 @@
|
||||
.license-body {
|
||||
width: calc(100% - 250px);
|
||||
}
|
||||
|
||||
.hint--large::after{
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
/* iPads (portrait) ----------- */
|
||||
@ -162,6 +166,10 @@
|
||||
.license-rules:not(.license-rules-sidebar) .license-limitations span {
|
||||
background-position: -14px 0;
|
||||
}
|
||||
|
||||
.hint--large::after{
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Smartphones (portrait) ----------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user