Commit c932c225 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'MLAB-645' into 'testing'

Mlab 645

See merge request !160
parents 6e2cd79e 679667ca
Pipeline #6087 passed with stage
in 9 seconds
...@@ -33,11 +33,11 @@ padding-right:5px; ...@@ -33,11 +33,11 @@ padding-right:5px;
display: inline-block; display: inline-block;
} }
.footer-unten a {color: darkgrey; .footer-unten a {color: darkgrey; width: 30%;
} }
.footer-unten a:hover {color: black; .footer-unten a:hover {color: black; width: 30%;
} }
.footer-unten {color: darkgrey; .footer-unten {color: darkgrey; width: 30%;
} }
#socialmediabuttons a { #socialmediabuttons a {
color: darkgrey; color: darkgrey;
...@@ -630,4 +630,4 @@ justify-content:space-evenly;} ...@@ -630,4 +630,4 @@ justify-content:space-evenly;}
.video-tutorial { .video-tutorial {
width: 100%; width: 100%;
} }
\ No newline at end of file
...@@ -227,7 +227,7 @@ function foot() { ...@@ -227,7 +227,7 @@ function foot() {
// contact // contact
let contactdiv = document.createElement('div'); let contactdiv = document.createElement('div');
contactdiv.classList.add("col-md-auto", "footer-unten") contactdiv.classList.add("col-md-auto", "footer-unten")
contactdiv.innerHTML="Hochschule für Technik Stuttgart"; //contactdiv.innerHTML="Hochschule für Technik Stuttgart";
let rowdiv = document.createElement('div'); let rowdiv = document.createElement('div');
rowdiv.classList.add("row"); rowdiv.classList.add("row");
for(let i = 0; i<hft_links.length; i++){ for(let i = 0; i<hft_links.length; i++){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment