mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 02:04:11 -05:00
Fix social row margin
This commit is contained in:
Generated
+10
@@ -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>
|
||||
@@ -495,6 +495,10 @@ hr {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.mbot-10 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.dark-tbox {
|
||||
border: 1px solid #444;
|
||||
padding: 5px;width:100%;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user