Template:NAWI Graz:footer

<style> /* FOOTER */ .sponsors {

   max-width: 6em;
   max-height: 4em;
   background: white;

}

.socials {

   text-align: right;
   max-width: 4em;
   max-height: 4em;

}

.footer-left {

   text-align: left;
   width: 100%;
   padding: 1em;

}

.footer-right {

    text-align: right;
    width: 100%;

}

footer {

   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 1rem;
   background-color: #efefef;
   text-align: center;

} </style>