Fixed styles

This commit is contained in:
R. Eric Wheeler 2016-07-19 08:10:57 -07:00
parent a5baed4da1
commit c911b93f1c
4 changed files with 14 additions and 2 deletions

View File

@ -16,7 +16,7 @@
{{ app.config.app.title|default('Resume') }} {{ app.config.app.title|default('Resume') }}
{% endif %} {% endif %}
{% if basics.label is not empty %} {% if basics.label is not empty %}
<small class="uk-h2 uk-align-right uk-text-bottom">{{ basics.label }}</small> <small class="uk-width-small-1-1 uk-width-medium-1-2 uk-text-medium-right uk-h2 uk-align-right uk-text-bottom">{{ basics.label }}</small>
{% endif %} {% endif %}
</h1> </h1>
<hr/> <hr/>

View File

@ -65,6 +65,12 @@
}, },
"classmap": ["app/App.php"] "classmap": ["app/App.php"]
}, },
"autoload-dev": {
"psr-4": {
"Sikofitt\\Tests\\": "tests/Sikofitt/Tests"
},
"classmap": ["app/App.php"]
},
"scripts": { "scripts": {
"post-update-cmd": [ "post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "a2365b7d252a9d6b3c1f07ffdc28eaa9", "hash": "6c3c7d3a5e9c47b4a03f8c6eb54446b4",
"content-hash": "8f9ef005ff2350ecc35eba47c04f9873", "content-hash": "8f9ef005ff2350ecc35eba47c04f9873",
"packages": [ "packages": [
{ {

View File

@ -76,4 +76,10 @@ a.profile-link {
div#sidebar.uk-active { div#sidebar.uk-active {
margin-top: 35px; margin-top: 35px;
transition: margin-top 2s; transition: margin-top 2s;
}
.uk-notouch {
.uk-text-medium-right {
text-align: right;
}
} }