Skip to content

Commit e52cfc9

Browse files
committed
shifted IBM Logo left
1 parent 4abd744 commit e52cfc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

landing_page.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Subtitle
1212
:::: {.columns}
1313

1414
::: {.column width="40%"}
15-
<button onclick="window.location.href='problem_statement.qmd';" class = "btn btn-our-doc">Our Documentation</button>
15+
<button onclick="window.location.href='problem_statement.qmd';" class = "btn btn-our-doc">Our Documentation </button>
1616
:::
1717

1818
::: {.column width="60%"}

src/custom.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/* Navbar Logo Size */
2525
.navbar-logo {
2626
max-height: 75px; /* Restrict the height of the logo */
27+
margin-left: -20px;
2728
}
2829

2930
/* Navbar Margin Sizing Target */
@@ -221,7 +222,7 @@ nav .nav-link i, nav .dropdown-item i {
221222
/* Media Query for Grid Layout on Larger Screens */
222223
@media (min-width: 992px) {
223224
#quarto-content.page-columns {
224-
grid-template-columns: 2.5em [screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 150px [body-start] minmax(1.5em, var(--margin-max-width)) [body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] minmax(1.5em, var(--margin-max-width)) [body-end] 50px [body-end-outset] minmax(50px, 100px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end];
225+
grid-template-columns: 1.5em [screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 150px [body-start] minmax(1.5em, var(--margin-max-width)) [body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] minmax(1.5em, var(--margin-max-width)) [body-end] 50px [body-end-outset] minmax(50px, 100px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end];
225226
}
226227
}
227228

0 commit comments

Comments
 (0)