Skip to content

Commit 5de0c05

Browse files
authored
Merge pull request #50 from scylladb/fix-responsive-2
fix: design edits & responsive view
2 parents cf3903d + e298bbc commit 5de0c05

File tree

3 files changed

+1345
-4
lines changed

3 files changed

+1345
-4
lines changed

docs/_static/css/custom.css

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
margin-bottom: 0;
55
}
66

7+
.landing__content {
8+
margin-top: 60px;
9+
}
10+
711
.landing__content .alert a {
812
color: #fff;
913
}
1014

11-
1215
.side-nav__title,
1316
.landing__content .alert{
1417
display: none;
@@ -37,8 +40,17 @@
3740
display: block;
3841
}
3942

43+
.landing__content {
44+
margin-top: 0;
45+
}
46+
4047
.landing__content .alert {
4148
display: flex;
4249
}
43-
50+
}
51+
52+
@media screen and (min-width: 1200px) {
53+
.landing__content .alert {
54+
margin-top: 20px;
55+
}
4456
}

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
.. raw:: html
2020

21-
<div class="landing__content landing__content">
21+
<div class="landing__content">
2222

2323
.. raw:: html
2424

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

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

0 commit comments

Comments
 (0)