removed redundant logo size

This commit is contained in:
Emma Tebibyte 2022-09-22 21:22:05 -04:00
parent 1b7307b39f
commit b7be62b867
Signed by: emma
GPG Key ID: 6D661C738815E7DD
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</head> </head>
<body id="about"> <body id="about">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% /> <img id="logo" src="/assets/img/TiB-network.png" />
</header> </header>
<nav> <nav>
<menu> <menu>

View File

@ -12,7 +12,7 @@
</head> </head>
<body id="home"> <body id="home">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% /> <img id="logo" src="/assets/img/TiB-network.png" />
</header> </header>
<nav> <nav>
<menu> <menu>

View File

@ -12,7 +12,7 @@
</head> </head>
<body id="network"> <body id="network">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% /> <img id="logo" src="/assets/img/TiB-network.png" />
</header> </header>
<nav> <nav>
<menu> <menu>