bigger pages; page caption
This commit is contained in:
parent
1b3505929b
commit
0cb4f3af8d
|
@ -100,8 +100,8 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
height: 70vmin;
|
height: 80vmin;
|
||||||
width: 70vmin;
|
width: 80vmin;
|
||||||
|
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 2px solid @accent;
|
border: 2px solid @accent;
|
||||||
|
|
10
index.pug
10
index.pug
|
@ -10,8 +10,14 @@ html(lang="en-gb")
|
||||||
h1
|
h1
|
||||||
| pixsy
|
| pixsy
|
||||||
//img(alt="pixsy" src="includes/pixsy.png")
|
//img(alt="pixsy" src="includes/pixsy.png")
|
||||||
p convert images to Bitsy rooms
|
p.
|
||||||
p looking for the #[a(href="./old/") old version]?
|
convert images to Bitsy rooms
|
||||||
|
|
|
||||||
|
#[a(href="./old/") old version]
|
||||||
|
|
|
||||||
|
#[a(href="mailto:max@tinybird.info") email]
|
||||||
|
|
|
||||||
|
#[a(href="https://twitter.com/synth_ruiner") twitter]
|
||||||
.pages
|
.pages
|
||||||
.page#start
|
.page#start
|
||||||
button.normal.pagination.next#new create a new bitsy game
|
button.normal.pagination.next#new create a new bitsy game
|
||||||
|
|
Loading…
Reference in New Issue