Compare commits
2 Commits
v0.1.0-dev
...
v0.1.0-dev
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | e6e406bb8c | |
Juan Di Toro | e773619524 |
|
@ -1,3 +1,10 @@
|
|||
# [0.1.0-develop.3](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.1.0-develop.2...v0.1.0-develop.3) (2023-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* meme misalignment ([e773619](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/e773619524647074554005f18ec8840ddd06b1cb))
|
||||
|
||||
# [0.1.0-develop.2](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.1.0-develop.1...v0.1.0-develop.2) (2023-08-13)
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.1.0-develop.2",
|
||||
"version": "0.1.0-develop.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.1.0-develop.2",
|
||||
"version": "0.1.0-develop.3",
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^2.1.1",
|
||||
"@astrojs/tailwind": "^3.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"type": "module",
|
||||
"version": "0.1.0-develop.2",
|
||||
"version": "0.1.0-develop.3",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -52,11 +52,11 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
<div
|
||||
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"
|
||||
>
|
||||
<div class="relative flex-1">
|
||||
<div class="relative flex-1 overflow-hidden">
|
||||
<img
|
||||
src={meme3.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] xl:-left-5 float-left"
|
||||
class="absolute bottom-0 -left-[110px] xl:-left-5 float-left object-contain"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5">
|
||||
<h3 class="font-display text-6xl">Crypto/<br />DeFi</h3>
|
||||
|
|
Loading…
Reference in New Issue