An error occurred while loading the file. Please try again.
  • Florian Kohrt's avatar
    Add docker files (#55) · 3ce40c51
    Florian Kohrt authored
    
    * Add docker files
    
    * Improve docker-compose compatibility
    
    * Use Openstack's standard port
    
    * Use package ffmpeg-dev instead of ffmpeg
    
    * improve dockerfile and config
    
    * Add short docker guide
    
    * adhere to previous naming conventions
    
    * document former json comments
    
    * Undo init.sh approach to touching the db file
    
    * Make clear that it's about files on the host system
    
    * add local path specifier
    
    Co-authored-by: default avatarDenys Vitali <denys.vitali@swisscom.com>
    Unverified
    3ce40c51
mobile.css 1.19 KiB
@media only screen and (max-width : 800px) {
  .content {
    padding-left: 5%;
    padding-right: 5%;
  }
  nav {
    background-color: rgba(16, 16, 16, 0.8);
    height: auto;
    padding: 0;
    position: absolute;
    right: -40%;
    top: 20px;
    width: 40%;
    margin: 0;
    z-index: 1000;
    transition: right 0.4s;
  nav ul {
    flex-direction: column;
  nav li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  nav a {
    font-size: 0.8em;
  nav a:hover {
    border-bottom: unset;
    padding-bottom: unset;
  .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    background-color: rgba(16, 16, 16, 0.8);
    margin-top: 20px;
    padding: 8px;
    transition: margin-right 0.4s;
  .line {
    background-color: white;
    height: 2px;
  .slide-nav {
    right: 0;
  .slide-hamburger {
    margin-right: 40%;
  .overflow-visible{
    overflow: visible;
.logo{ width: 80px; height: 80px; margin-left: 8vw; } }