Skip to content

Commit 4b872b7

Browse files
committed
fix(components): поправить размер иллюстраций
1 parent 52e49a8 commit 4b872b7

File tree

17 files changed

+321
-179
lines changed

17 files changed

+321
-179
lines changed

docs/assets/index-49dxr7qe.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-C4YW3fS1.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/assets/index-DcDVTxwQ.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-LF8_aX8t.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" href="/js-data-structures/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
77
<title>Структуры данных для frontend-разработчика</title>
8-
<script type="module" crossorigin src="/js-data-structures/assets/index-C4YW3fS1.js"></script>
9-
<link rel="stylesheet" crossorigin href="/js-data-structures/assets/index-LF8_aX8t.css">
8+
<script type="module" crossorigin src="/js-data-structures/assets/index-DcDVTxwQ.js"></script>
9+
<link rel="stylesheet" crossorigin href="/js-data-structures/assets/index-49dxr7qe.css">
1010
</head>
1111
<body>
1212
<div id="app"></div>

docs/structures/list.svg

Lines changed: 10 additions & 10 deletions
Loading

docs/structures/set.svg

Lines changed: 62 additions & 31 deletions
Loading

public/structures/list.svg

Lines changed: 10 additions & 10 deletions
Loading

public/structures/set.svg

Lines changed: 62 additions & 31 deletions
Loading

src/components/section/app-section.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ defineProps({
109109
.section {
110110
width: 100%;
111111
112-
113112
& + & {
114113
margin-top: 40px;
115114
}
@@ -193,7 +192,7 @@ defineProps({
193192
margin-bottom: 0 !important;
194193
}
195194
196-
:deep(> img:first-child) {
195+
:deep(.structure-img > img) {
197196
display: block;
198197
width: 100%;
199198
margin-top: 10px !important;

0 commit comments

Comments
 (0)