remove rounded logo
This commit is contained in:
parent
007a2440bf
commit
750a918599
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<meta name="theme-color" content="#b5f4db">
|
<meta name="theme-color" content="#b5f4db">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="images/logo.webp" class="img-fluid rounded mx-auto d-block" alt="Banner">
|
<img src="images/logo.webp" class="img-fluid mx-auto d-block" alt="Banner">
|
||||||
<hr>
|
<hr>
|
||||||
<figure class="text-center">
|
<figure class="text-center">
|
||||||
<%- readme %>
|
<%- readme %>
|
||||||
|
|
Loading…
Reference in a new issue