Fix social row margin

This commit is contained in:
Saul Johnson
2017-08-04 19:27:55 +01:00
parent b80cea5a15
commit 239813e0b8
3 changed files with 15 additions and 1 deletions
+10
View File
@@ -14,5 +14,15 @@
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="PHP Runtime" type="php">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/plugins/php/lib/php.jar!/stubs/standard" />
</CLASSES>
<SOURCES>
<root url="jar://$APPLICATION_HOME_DIR$/plugins/php/lib/php.jar!/stubs/standard" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>
+4
View File
@@ -495,6 +495,10 @@ hr {
margin-left: 10px;
}
.mbot-10 {
margin-bottom: 10px;
}
.dark-tbox {
border: 1px solid #444;
padding: 5px;width:100%;
+1 -1
View File
@@ -128,7 +128,7 @@
<hr>
</div>
</div>
<div class="row mtop-10 row-social">
<div class="row mtop-10 mbot-10 row-social">
<div class="col-xs-12">
<a href="{{ github_url }}/avogadrio"><i class="fa fa-github"></i></a>
</div>