Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd435d6d

Browse files
author
Vladimir Mechkauskas
committed
- fixed image size
- fixed content paddings and changed paragraph width
1 parentc3aa621 commitd435d6d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

‎_layouts/docs.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{% endif %}
3232

3333
<mainclass="col-12 col-md-8 {% if page.toc == true %}col-xl-6 col-xxl-6{% else %}col-xl-9 col-xxl-9{% endif%} py-3 pl-3 bd-content"role="main">
34-
<divclass="bd-content-inner py-md-3 pl-4 pl-md-5 pr-4">
34+
<divclass="bd-content-inner py-md-3 pl-4 pl-md-5 pr-4 pr-md-5">
3535
<h1class="bd-title"id="content">{{ page.title | smartify }}</h1>
3636
<pclass="bd-lead">{{ page.description | smartify }}</p>
3737
{{ content }}

‎assets/css/docs.min.css‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎assets/css/docs.min.css.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎assets/scss/_content.scss‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44
// Automatically style Markdown-based tables like a Bootstrap `.table`.
55
//
6+
@import"../../node_modules/bootstrap/scss/images";//;_images.scss;
67

78
@keyframesintro {
89
0% {
@@ -103,6 +104,13 @@
103104
white-space:nowrap;
104105
}
105106
}
107+
108+
>p {
109+
>img {
110+
//@include img-fluid;
111+
@extend.img-thumbnail;
112+
}
113+
}
106114
}
107115

108116
//
@@ -127,7 +135,7 @@
127135
>ul,
128136
>ol,
129137
>p {
130-
max-width:85%;
138+
max-width:100%;
131139
}
132140
}
133141
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp