Skip to content
Snippets Groups Projects
Commit 326cbdd9 authored by karl's avatar karl
Browse files

* Die Ueber Uns Seite sieht jetzt wieder aus wie früher.

parent 4ac4e537
No related branches found
No related tags found
3 merge requests!345 uber uns seite,!335 uber uns seite,!22* Die Ueber Uns Seite sieht jetzt wieder aus wie früher.
......@@ -31,7 +31,8 @@
Route::get('about', function()
{
return view('about')
->with('title', 'Über Uns');
->with('title', 'Über Uns')
->with('css', 'about.css');
});
Route::get('team', function()
{
......
main ul {
margin-top: 20px;
}
main li {
margin-bottom: 15px;
}
#about-list {
list-style-type: disc;
text-align: left;
}
#about-list li {
margin-bottom: 15px;
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
</h1>
<h3>Welche Vorteile bietet die Nutzung von MetaGer?
</h3>
<ul>
<ul id="about-list">
<li>Datenschutz und Privatsphäre sind bei uns einfach und selbstverständlich: Fertig eingebaut und automatisch bei jeder Suche angewandt.
<a href="/datenschutz/">Mehr dazu...
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment