change image size and ratio in drag and tick game
parent
83663a9d33
commit
41be659a82
|
@ -21,7 +21,7 @@ const { title } = Astro.props;
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<style is:global>
|
<style is:global>
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
|
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
|
||||||
/* :root {
|
/* :root {
|
||||||
--accent: 124, 58, 237;
|
--accent: 124, 58, 237;
|
||||||
--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%);
|
--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%);
|
||||||
|
@ -48,4 +48,10 @@ const { title } = Astro.props;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
} */
|
} */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
cursor: -webkit-grab; cursor: grab;
|
||||||
|
font-family: quicksand;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -651,7 +651,7 @@ import Layout from '../../layouts/Layout.astro';
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet" >
|
<style>
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -610,7 +610,7 @@ import Layout from '../../layouts/Layout.astro';
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
|
<style>
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -608,7 +608,7 @@ import Layout from '../../layouts/Layout.astro';
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet" >
|
<style>
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -623,7 +623,8 @@ import Layout from '../../layouts/Layout.astro';
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet" >
|
<style>
|
||||||
|
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -594,7 +594,7 @@ import Layout from '../../layouts/Layout.astro';
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet" >
|
<style>
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue