Skip to content
Snippets Groups Projects
Commit d278495e authored by chrissi^'s avatar chrissi^
Browse files

font-awesome: Fix alignment of symbols in header


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent 06231a14
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ template: page_html.html
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading" >
<h4>Kontaktiere uns <i class="fa fa-envelope pull-right" style="font-size:150%;" ></i></h4>
<h4>Kontaktiere uns <i class="fa fa-envelope" style="font-size:150%;" ></i></h4>
</div>
<form class="form-horizontal" method="POST" action="/contact">
<fieldset>
......@@ -54,7 +54,7 @@ template: page_html.html
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading" >
<h4>Unser Büro <i class="fa fa-home pull-right" style="font-size:150%;" ></i></h4>
<h4>Unser Büro <i class="fa fa-home" style="font-size:150%;" ></i></h4>
</div>
<div class="panel-body text-center" style="padding-top: 0px">
<br>
......
......@@ -16,7 +16,7 @@ template: page_html.html
<div class="col-xs-12 col-md-6" >
<div class="panel panel-default" >
<div class="panel-heading" >
<h4><i class="fa fa-recycle pull-right" style="font-size: 150%;"></i> Router aufstellen</h4>
<h4>Router aufstellen <i class="fa fa-recycle" style="font-size: 150%;"></i></h4>
</div>
<div class="panel-body" >
Eine Übersicht über alle von uns unterstützten Geräte findest du auf unserer
......@@ -31,7 +31,7 @@ template: page_html.html
<div class="col-xs-12 col-md-6" >
<div class="panel panel-default" >
<div class="panel-heading" >
<h4><i class="fa fa-shopping-cart pull-right" style="font-size: 150%;"></i> Router kaufen</h4>
<h4>Router kaufen <i class="fa fa-shopping-cart pull-right" style="font-size: 150%;"></i></h4>
</div>
<div class="panel-body" >
Falls du ein neues Gerät kaufen möchtest bieten sich manche Geräte mehr an
......
......@@ -225,3 +225,9 @@ h3 {
src: url('../webfonts/OpenSans-BoldItalic.ttf');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.panel-heading h4 {
display: flex;
align-items: center;
justify-content: space-between;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment