Skip to content

Commit 28d1bae

Browse files
committed
Improve layout for smaller viewports
1 parent 19c4639 commit 28d1bae

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

website/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ letter-spacing: -0.05em;">
6060

6161
<div style="letter-spacing: -0.025em; font-weight: 500; font-size: 20px;">
6262
<br>
63-
We are a non for profit collective of passionate developers and hackers working on development tools, homebrew games, emulators, preservation and documentation for the Nintendo Game Boy handheld console, the original gray brick from 1989. <br><br> Join us on <a target="_blank" href="https://github.com/gbdev">GitHub</a>, <a target="_blank" href="https://mastodon.social/@gbdev">Mastodon</a>, <a target="_blank" href="https://twitter.com/gbdev0">Twitter</a> and <a target="_blank" href="https://discord.io/gbdev">Discord</a>!
63+
We are a non for profit collective of passionate developers and hackers working on development tools, homebrew games, emulators, preservation and documentation for the Nintendo Game Boy handheld console, the original gray brick from 1989. <br><br> Join us on <a target="_blank" href="https://github.com/gbdev">GitHub</a>, <a target="_blank" rel="me" href="https://mastodon.social/@gbdev">Mastodon</a>, <a target="_blank" href="https://twitter.com/gbdev0">Twitter</a> and <a target="_blank" href="https://discord.io/gbdev">Discord</a>!
6464
</div>
6565

6666
<div>
67+
<br>
6768

6869
# Projects
6970

@@ -138,16 +139,21 @@ body{
138139
/*
139140
By `heero`. Originally found at https://codepen.io/heero/pen/wylhv
140141
*/
142+
141143
#outer {
142144
width: 100%;
143145
}
144146
#container {
145147
position: relative;
146-
float: right;
147148
width: 130px;
148149
height: 220px;
149150
margin: 15px 20px 50px 50px;
150151
}
152+
@media (min-width: 560px) {
153+
#container {
154+
float: right;
155+
}
156+
}
151157

152158
#back {
153159
position: absolute;

0 commit comments

Comments
 (0)