~netlandish/links

3dc48256ef348cc2520f61ad1051c7ba5d18af0c — Rael Monge 4 months ago eedab9b
Adding logo to the base view
2 files changed, 10 insertions(+), 3 deletions(-)

M static/css/style.css
M templates/base.html
M static/css/style.css => static/css/style.css +7 -0
@@ 814,3 814,10 @@ a.bullet-link:before {
	margin-top: 3px !important;
	margin-left: 11px !important;
}

.img-logo-container {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
\ No newline at end of file

M templates/base.html => templates/base.html +3 -3
@@ 28,8 28,8 @@
    {{if not .hideNav}}
    <div class="root-container">
    <aside>
        <div>
            <h1>{{.base_pd.Title}}</h1>
        <div class="img-logo-container">
            <img src="{{ staticURL "img/lt_logo.svg"}}" alt="link_tako_logo" width="195px" height="50px">
        </div>
        {{ if .orgList }}
        <div class="menu-switch">


@@ 220,7 220,7 @@
    {{end}}
    <!-- Reponsive -->
    <div class="mobile-nav">
        <h1 class="mobile-title">{{.base_pd.Title}}</h1>
        <img src="{{ staticURL "img/lt_logo.svg"}}" alt="link_tako_logo" width="160px">
        <input id="menu-toggle" type="checkbox" />
        <label class='menu-button-container' for="menu-toggle">
            <div class='menu-button'></div>