Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: design edits & responsive view #50

Merged
merged 1 commit into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
margin-bottom: 0;
}

.landing__content {
margin-top: 60px;
}

.landing__content .alert a {
color: #fff;
}


.side-nav__title,
.landing__content .alert{
display: none;
Expand Down Expand Up @@ -37,8 +40,17 @@
display: block;
}

.landing__content {
margin-top: 0;
}

.landing__content .alert {
display: flex;
}

}

@media screen and (min-width: 1200px) {
.landing__content .alert {
margin-top: 20px;
}
}
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

.. raw:: html

<div class="landing__content landing__content">
<div class="landing__content">

.. raw:: html

<div class="topics-grid topics-grid--scrollable grid-container full">
<div class="topics-grid grid-container full">

.. alert::
:link: https://www.scylladb.com/2024/12/18/why-were-moving-to-a-source-available-license/
Expand Down
Loading