Added min and max width to logo

The logo looks better on smaller displays, and displays which are
somewhat wide but not very tall.
This commit is contained in:
Sasha Koshka 2022-09-19 16:48:12 -04:00
parent e1b9c833fe
commit 4740b979fe
1 changed files with 3 additions and 1 deletions

View File

@ -147,6 +147,8 @@ ul {
#logo {
vertical-align: top;
max-width: 192px;
min-width: 128px;
}
/*
@ -162,4 +164,4 @@ ul {
*
* You should have received a copy of the GNU General Public License along with
* TiB.css. If not, see <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/
*/