Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App/assets/scss/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

/** Home page **/
.home-intro {
padding: 165px 0;
padding: 80px 0;
background-size: cover;
background-position: left top;
background-repeat: no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion src/App/templates/app/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12 title">
<h1>The core of the Dotkernel Headless Platform for building REST APIs using
<h1>The core of the<br>Dotkernel Headless Platform<br>for building REST APIs using<br>
<img class="mezzio" src="{{ asset('images/app/trademark-laminas-mezzio.svg') }}" alt="Mezzio">
<span class="mezzio-title">Mezzio</span>
<img class="laminas" src="{{ asset('images/app/laminas-foundation-rgb.svg') }}"
Expand Down
2 changes: 1 addition & 1 deletion src/App/templates/layout/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<link href="https://fonts.googleapis.com/css?family=Barlow:400,500,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:600" rel="stylesheet">

<link href="{{ asset('css/app.css?v=10') }}" rel="stylesheet" />
<link href="{{ asset('css/app.css?v=11') }}" rel="stylesheet" />

{% block stylesheets %}{% endblock %}
</head>
Expand Down