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