mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-01-19 18:14:45 +00:00
Minor frontend improvements
This commit is contained in:
parent
f2be2504b9
commit
5e54cae329
|
|
@ -4,7 +4,7 @@
|
|||
export let route;
|
||||
</script>
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark justify-content-between">
|
||||
<nav class="navbar navbar-expand-sm navbar-dark bg-dark justify-content-between">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="/">
|
||||
<img src="/img/logo_crop.png" height="30" class="d-inline-block align-top" alt="">
|
||||
|
|
|
|||
|
|
@ -32,4 +32,5 @@ $faction-tr: #c82f1c;
|
|||
.faction-icon {
|
||||
width: 32px;
|
||||
display: inline-block;
|
||||
filter: drop-shadow(0pt 0pt 1px #aaa);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue