Commit e4b60c4a authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Background is fixed

parent 6ba0e072
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <div class="row h-md-100 mx-0">
      <div class="col-md-6 col-lg-5 order-md-2 inner-shadow px-0 h-100">
        <div class="scrollable-md">
          <svg class="w-100 h-100 position-absolute z-lowest" id="graph"></svg>
          <svg class="w-100 h-100 position-fixed z-lowest" id="graph"></svg>
          <header class="my-3 mx-3">
            <h1><img src="{{ '/images/logo.svg' | url}}" alt="Mittelab" class="logo d-block mx-auto"></h1>
            <p class="text-monospace text-center lead">
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<body class="inner-shadow">
  <svg class="w-100 h-100 position-absolute z-lowest" id="graph"></svg>
  <svg class="w-100 h-100 position-fixed z-lowest" id="graph"></svg>
  <div class="container-fluid h-md-100">
    <div class="row h-100">
      <div class="col-md-5 col-lg-4 col-xl-3 col-xxl-2 px-0">