Skip to content

Commit

Permalink
Use smaller logo (NamelessMC#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades authored Oct 6, 2020
1 parent 2936ce2 commit 7e2b0b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added core/assets/img/namelessmc_logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions core/installation/views/includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.ui.grid>.column:not(.row), .ui.grid>.row>.column {
padding-left: 0.5rem;
padding-right: 0.5rem;
Expand All @@ -89,7 +89,7 @@
}

</style>

</head>

<body>
Expand All @@ -99,7 +99,7 @@
<div class="ui inverted vertical masthead very padded segment">
<div class="ui center aligned text container">
<h2 class="ui inverted icon header">
<img class="ui image" src="core/assets/img/namelessmc_logo.png">
<img class="ui image" src="core/assets/img/namelessmc_logo_small.png">
<div class="content">
NamelessMC Installer
<div class="sub header">
Expand All @@ -108,4 +108,4 @@
</div>
</h2>
</div>
</div>
</div>

0 comments on commit 7e2b0b9

Please sign in to comment.