1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +02:00

Renamed class for landing content

This commit is contained in:
slaveeks 2022-09-09 21:59:46 +03:00
parent 089831a607
commit dede541c50
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
</script>
<body class="landing-body">
{% include "components/header.twig" %}
<div class="content">
<div class="landing-content">
{{ svg('frog') }}
<p>
Its time to create the first page!

View file

@ -5,7 +5,7 @@
height: 100%;
}
.content {
.landing-content {
display: flex;
flex-direction: column;
justify-content: center;