Fixed styles
This commit is contained in:
parent
a5baed4da1
commit
c911b93f1c
|
@ -16,7 +16,7 @@
|
|||
{{ app.config.app.title|default('Resume') }}
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
</h1>
|
||||
<hr/>
|
||||
|
|
|
@ -65,6 +65,12 @@
|
|||
},
|
||||
"classmap": ["app/App.php"]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Sikofitt\\Tests\\": "tests/Sikofitt/Tests"
|
||||
},
|
||||
"classmap": ["app/App.php"]
|
||||
},
|
||||
"scripts": {
|
||||
"post-update-cmd": [
|
||||
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "a2365b7d252a9d6b3c1f07ffdc28eaa9",
|
||||
"hash": "6c3c7d3a5e9c47b4a03f8c6eb54446b4",
|
||||
"content-hash": "8f9ef005ff2350ecc35eba47c04f9873",
|
||||
"packages": [
|
||||
{
|
||||
|
|
|
@ -76,4 +76,10 @@ a.profile-link {
|
|||
div#sidebar.uk-active {
|
||||
margin-top: 35px;
|
||||
transition: margin-top 2s;
|
||||
}
|
||||
|
||||
.uk-notouch {
|
||||
.uk-text-medium-right {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue