Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
c8931c31
Commit
c8931c31
authored
May 03, 2021
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stephan upgrade : add width to header + font-fisplay :swap
parent
e083ace7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
bootstrap.css
assets/css/custom/bootstrap.css
+1
-0
header.html.twig
templates/themes/kohinos/common/header.html.twig
+1
-1
No files found.
assets/css/custom/bootstrap.css
View file @
c8931c31
...
...
@@ -61,6 +61,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
body
{
margin
:
0
;
font-display
:
swap
;
font-family
:
"Source Sans Pro"
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
;
font-size
:
0.875rem
;
font-weight
:
400
;
...
...
templates/themes/kohinos/common/header.html.twig
View file @
c8931c31
<header
class=
"container header"
>
<nav
class=
"menu navbar navbar-expand-md navbar-light bg-light my-2"
>
<a
class=
"navbar-brand"
href=
"
{{
url
(
'index'
)
}}
"
>
<img
src=
"/images/logo.png"
height=
"45"
class=
"d-inline-block align-top"
alt=
"
{{
KOH_MLC_NAME
|
default
(
''
)
}}
"
>
<img
src=
"/images/logo.png"
width=
"187"
height=
"45"
class=
"d-inline-block align-top"
alt=
"
{{
KOH_MLC_NAME
|
default
(
''
)
}}
"
>
</a>
{%
block
menu
%}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment