Skip to content

Commit

Permalink
Allow to scroll banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Oct 12, 2024
1 parent cfe320f commit ade0348
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 9 additions & 4 deletions css/specifics.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,22 @@ section, .into-text {
line-height: 140%;
}
.banner {
margin: -23px;
margin-bottom: 10px;

background-image: url(../img/screenshots/plasma.jpg);
background-position-y: -758px;
background-position-x: right;
background-repeat: no-repeat;
background-color: #416da0;
height: 655px;
width: calc(100% + 41px);
width: 100%;
min-width: 660px;
box-sizing: border-box;
}
.banner-container {
margin-top: -10px;
margin-left: -18px;
margin-right: -18px;
margin-bottom: 0px;
overflow-y: auto;
border-bottom: 5px #08c solid!important;
}
.banner-info {
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
</header>
<main>
<section id="intro-section">
<div class="banner">
</div>
<div class="banner-container"><div class="banner"></div></div>
<div class="banner-info">
<p>
<strong>Syncthing Tray provides a tray icon and further platform integration for Syncthing.</strong><br />
Expand Down

0 comments on commit ade0348

Please sign in to comment.