mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Merge pull request #539 from mikkeloscar/responsive
Prevent video from overlapping logo
This commit is contained in:
commit
5f4603574b
2 changed files with 6 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<h1>
|
<h1>
|
||||||
<img src="/assets/logo.png" alt="Sway" width="300" />
|
<img src="/assets/logo.png" id="logo" alt="Sway" />
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
Sway is a drop-in replacement for the <a href="http://i3wm.org/">i3
|
Sway is a drop-in replacement for the <a href="http://i3wm.org/">i3
|
||||||
|
|
|
||||||
|
|
@ -31,3 +31,8 @@ hr {
|
||||||
nav {
|
nav {
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
max-width: 300px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue