Tweaking stylesheets
parent
c89ff1e839
commit
d4576cb4a2
|
@ -11,6 +11,8 @@ function scramble(words) {
|
|||
return helpers.array.shuffle(w);
|
||||
}
|
||||
|
||||
|
||||
|
||||
function make_fragments(verbs, nouns) {
|
||||
const fragments = [];
|
||||
while( verbs.length > 0 && nouns.length > 0 ) {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
padding: 2em;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
left: 120px;
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
|
||||
|
@ -26,8 +26,8 @@
|
|||
|
||||
#frame {
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
left: 0;
|
||||
top: 120px;
|
||||
left: 120px;
|
||||
width: 75%;
|
||||
padding: 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue