Fixes save menu issues
This commit is contained in:
@ -1,28 +1,33 @@
|
||||
info:
|
||||
title: null
|
||||
subtitle: null
|
||||
description: null
|
||||
canonical: null
|
||||
keywords: null
|
||||
author: null
|
||||
title:
|
||||
subtitle:
|
||||
description:
|
||||
canonical:
|
||||
keywords:
|
||||
author:
|
||||
|
||||
social:
|
||||
instagram_url: null
|
||||
instagram_url:
|
||||
thumbnail: ''
|
||||
|
||||
menu:
|
||||
items:
|
||||
- label: Home
|
||||
href: /
|
||||
|
||||
footer:
|
||||
copyright: Copyright © 2025
|
||||
legal_link: /legals/
|
||||
legal_label: Legal notice
|
||||
|
||||
build:
|
||||
theme: modern
|
||||
convert_images: true
|
||||
resize_images: true
|
||||
|
||||
legals:
|
||||
hoster_name: null
|
||||
hoster_address: null
|
||||
hoster_contact: null
|
||||
hoster_name:
|
||||
hoster_address:
|
||||
hoster_contact:
|
||||
intellectual_property:
|
||||
- paragraph: ''
|
||||
|
@ -35,16 +35,13 @@ img, tag {
|
||||
|
||||
#footer {
|
||||
box-shadow: 0px 20px 100px -44px rgba(0, 0, 0, 0.5);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
#footer {
|
||||
box-shadow: 0px 20px 100px -44px rgba(0, 0, 0, 0.5);
|
||||
border-radius: 15px 15px 0 0;
|
||||
max-width: 1140px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
@ -6,8 +6,10 @@ colors:
|
||||
text_dark: '#616161'
|
||||
background: '#FFFFFF'
|
||||
browser_color: '#FFFFFF'
|
||||
|
||||
favicon:
|
||||
path: favicon.png
|
||||
|
||||
fonts:
|
||||
primary:
|
||||
fallback: sans-serif
|
||||
@ -15,8 +17,9 @@ fonts:
|
||||
secondary:
|
||||
fallback: serif
|
||||
name: Montserrat
|
||||
|
||||
google_fonts:
|
||||
- family: ''
|
||||
- family: 'Lato'
|
||||
weights:
|
||||
- '200'
|
||||
- '400'
|
||||
|
@ -6,8 +6,10 @@ colors:
|
||||
primary_dark: '#005384'
|
||||
secondary: '#00B0F0'
|
||||
text_dark: '#616161'
|
||||
|
||||
favicon:
|
||||
path: favicon.png
|
||||
|
||||
fonts:
|
||||
primary:
|
||||
name: trixie.woff
|
||||
|
Reference in New Issue
Block a user