diff --git a/app/Http/routes.php b/app/Http/routes.php
index 5ba4259e47892f878cb1e78b118447438de7a88b..43915bd0a7662681422653092a2c87618fae4ca4 100644
--- a/app/Http/routes.php
+++ b/app/Http/routes.php
@@ -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()
         {
diff --git a/public/css/about.css b/public/css/about.css
new file mode 100644
index 0000000000000000000000000000000000000000..d93360a978b2b5566d7e47faa5e4e68c5c879712
--- /dev/null
+++ b/public/css/about.css
@@ -0,0 +1,16 @@
+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
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php
index 4263482a81f2121c613fe56dbfdce50a742d12b4..43692a30885706cc934ae9e30c1d5319742f0ad4 100644
--- a/resources/views/about.blade.php
+++ b/resources/views/about.blade.php
@@ -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>