Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Alexandr Veselov
kpp
Commits
e5dae905
Commit
e5dae905
authored
Jun 11, 2019
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Форматирование и переносы
parent
074321ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
page.scss
src/blocks/page/page.scss
+1
-1
layout.pug
src/pug/layout.pug
+2
-0
No files found.
src/blocks/page/page.scss
View file @
e5dae905
...
@@ -227,7 +227,7 @@ p {
...
@@ -227,7 +227,7 @@ p {
hyphens
:
auto
;
hyphens
:
auto
;
hyphenate-limit-chars
:
6
3
3
;
hyphenate-limit-chars
:
6
3
3
;
hyphenate-limit-lines
:
2
;
hyphenate-limit-lines
:
2
;
hyphenate-limit-last
:
always
;
hyphenate-limit-last
:
always
;
hyphenate-limit-zone
:
8%
;
hyphenate-limit-zone
:
8%
;
}
}
...
...
src/pug/layout.pug
View file @
e5dae905
...
@@ -38,6 +38,7 @@ html(class='page no-js', lang='ru')
...
@@ -38,6 +38,7 @@ html(class='page no-js', lang='ru')
.page__inner
.page__inner
.page__content
.page__content
+page-header()
+page-header()
+logo('/')
+logo('/')
img(src='img/demo-logo.svg', alt='Logo', width='64', height='15')
img(src='img/demo-logo.svg', alt='Logo', width='64', height='15')
...
@@ -45,6 +46,7 @@ html(class='page no-js', lang='ru')
...
@@ -45,6 +46,7 @@ html(class='page no-js', lang='ru')
block content
block content
p содержимое
p содержимое
.page__footer-wrapper
.page__footer-wrapper
+page-footer()
+page-footer()
block footer
block footer
...
...
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