Skip to content

Commit b29ebef

Browse files
committed
Homepage updates.
1 parent c7c2180 commit b29ebef

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/en/stylesheets/beeware.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ md-path__list > .md-path__item > .md-path__link {
8686

8787
/* Website index */
8888
.md-content:has(.md-content__inner .index-page) {
89-
margin-left: 3.3rem;
90-
margin-right: 3.3rem;
89+
margin-left: 3.3%;
90+
margin-right: 3.3%;
9191
}
9292

9393
.index-intro-full {
@@ -182,7 +182,13 @@ a.index-main-keep:hover {
182182
border-color: #1e7e34;;
183183
}
184184

185-
@media screen and (min-width: 760px)
185+
@media screen and (max-width: 43rem) {
186+
.index-intro-block {
187+
padding: 0 1rem 0 1rem;
188+
}
189+
}
190+
191+
@media screen and (min-width: 800px)
186192
and (max-width: 1220px) {
187193
.index-intro-content h1 {
188194
font-size: 6rem;

0 commit comments

Comments
 (0)