Skip to content

Commit 4c7648f

Browse files
committed
New homepage section
1 parent 6e4f4ec commit 4c7648f

6 files changed

Lines changed: 241 additions & 33 deletions

File tree

public/css/app.css

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

public/js/app.js

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

src/App/assets/scss/components/_general.scss

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ label {
7272
font-weight: 500;
7373
}
7474

75-
/* layout - sticky footer */
7675
#wrapper {
7776
min-height: 100%;
7877
height: auto !important;
@@ -178,7 +177,6 @@ input[type="submit"]:hover {
178177
box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
179178
}
180179

181-
/* blog post content (importat din WP) */
182180
.post-content .EnlighterJSRAW {
183181
display: block;
184182
background-color: #1e1e2e;
@@ -268,4 +266,15 @@ input[type="submit"]:hover {
268266

269267
.post-content p a:hover {
270268
text-decoration-color: var(--color-primary);
269+
}
270+
271+
.entry-content img,
272+
.wp-block-image img,
273+
[class*="wp-image-"] {
274+
max-width: 100%;
275+
height: auto;
276+
}
277+
278+
.bg-red {
279+
background-color: #0d6efd;
271280
}

0 commit comments

Comments
 (0)