Skip to content

Commit

Permalink
fix logo scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyChestnyh committed Oct 25, 2024
1 parent bd25568 commit 5b1b0dc
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
3 changes: 3 additions & 0 deletions css/header_footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ html, body{
display: flex;
flex-direction: column;
}
.logo{
height: 4vh;
}
.navbar-dark .navbar-nav .nav-link {
color: white;
transition: 0.2s;
Expand Down
2 changes: 1 addition & 1 deletion home_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand" href="home_en.html">
<img src="img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top" />
<img src="img/matico.png" alt="" class="d-inline-block align-text-top logo" />
MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3">
Expand Down
2 changes: 1 addition & 1 deletion html/about_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand " href="../home_en.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top"> MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3 ">
<div class="dropdown">
Expand Down
2 changes: 1 addition & 1 deletion html/about_ua.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand " href="../html/home_ua.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top"> MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3 ">
<div class="dropdown">
Expand Down
2 changes: 1 addition & 1 deletion html/downloads_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand " href="../home_en.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top"> MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3 ">
<div class="dropdown">
Expand Down
2 changes: 1 addition & 1 deletion html/downloads_ua.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand " href="../html/home_ua.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top"> MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3 ">
<div class="dropdown">
Expand Down
3 changes: 1 addition & 2 deletions html/home_ua.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand" href="home_ua.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top" />
MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3">
<div class="dropdown">
Expand Down
3 changes: 1 addition & 2 deletions html/instructions_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand" href="../home_en.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top" />
MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3">
<div class="dropdown">
Expand Down
3 changes: 1 addition & 2 deletions html/instructions_ua.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand" href="../html/home_ua.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top" />
MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3">
<div class="dropdown">
Expand Down
2 changes: 1 addition & 1 deletion html/publications_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand " href="../home_en.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top"> MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3 ">
<div class="dropdown">
Expand Down
2 changes: 1 addition & 1 deletion html/publications_ua.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<header>
<nav class="navbar navbar-expand-xl navbar-dark bg-header pl-5 pr-5 pt-3 pb-3 border-bottom border-dark">
<a class="navbar-brand " href="../html/home_ua.html">
<img src="../img/matico.png" alt="" width="35" height="35" class="d-inline-block align-text-top"> MatViz3D
<img src="../img/matico.png" alt="" class="d-inline-block align-text-top logo" /> MatViz3D
</a>
<li class="language-button-mobile nav-item ml-auto mr-3 ">
<div class="dropdown">
Expand Down

0 comments on commit 5b1b0dc

Please sign in to comment.