Reduce size of .btn-double-width on mobile

The width of the double-size button was overflowing on mobile view-
ports. Fix by defining a smaller size in the appropriate @media
section.

Reported-by: Tiago Heras <tiagoheras@hotmail.com>
Reviewed-by: Jonathan Katz <jkatz@postgresql.org>
Discussion: https://postgr.es/m/17262-34829a01de0fd209@postgresql.org
This commit is contained in:
Daniel Gustafsson
2021-11-03 22:27:50 +01:00
parent 4b9d241993
commit c4b2b65e8a

View File

@ -1601,6 +1601,10 @@ table.sponsor-table tbody tr td:nth-child(3) {
.pg-jumbotron-header {
font-size: 1.5rem;
}
.btn-double-width {
width: 18em;
}
}
/* Script copy buttons */