Commit 0dc17c16 authored by jan.koester's avatar jan.koester
Browse files

tes

parent 2a513bef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
    <div id="headnav" >
    </div>
    </div>
    <div id="ghosthead"></div>
    <main id="main">
        <!-- content -->
        <div id="WebEditor"></div>
+13 −5
Original line number Diff line number Diff line
body {
  overflow:none;
  overflow-x:hidden;
}

#searchresult li {
@@ -66,10 +66,12 @@ body {
}

#content {
   float: left;
   width:100%;
   margin:10px 0;
   font-size: 0.5em;
   font-size: 1.2em;
   box-sizing: border-box;
   overflow-wrap: break-word;
   word-wrap: break-word;
}

#contentidx {
@@ -308,8 +310,14 @@ a {
  display: inline-block;
}

#content {
  font-size:1.2em;
.staticpage {
  padding: 0 5vw;
  box-sizing: border-box;
}

.staticpage img {
  max-width: 100%;
  height: auto;
}

.back_content {