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:
parent
089831a607
commit
dede541c50
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
</script>
|
||||
<body class="landing-body">
|
||||
{% include "components/header.twig" %}
|
||||
<div class="content">
|
||||
<div class="landing-content">
|
||||
{{ svg('frog') }}
|
||||
<p>
|
||||
It’s time to create the first page!
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
.landing-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue