montreuil: reduce tracking code input width (#32591)

This commit is contained in:
Serghei Mihai 2019-09-20 16:54:58 +02:00
parent 52f9bab219
commit ba9a55a178
1 changed files with 13 additions and 0 deletions

View File

@ -149,6 +149,19 @@ div.textcell a {
text-decoration: underline;
}
div#sidebar {
div.trackingcodeinputcell {
@media screen and (min-width: $mobile-limit) {
input {
width: 9.5em;
}
button {
margin-right: 0;
}
}
}
}
div.cell.sticky {
position: sticky;
top: 1em;