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:
Emma Tebibyte 2022-09-19 23:31:22 +00:00
parent be8c29ae68
commit b2113f9a88
1 changed files with 3 additions and 1 deletions

View File

@ -170,6 +170,8 @@ ul {
#logo {
vertical-align: top;
max-width: 192px;
min-width: 128px;
}
/*
@ -185,4 +187,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>.
*/
*/