update
This commit is contained in:
parent
e0f8cee288
commit
cb5cd31c64
@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: tradus-web:1.0.14
|
||||
image: tradus-web:1.0.15
|
||||
container_name: tradus-web
|
||||
ports:
|
||||
- '6000:80'
|
||||
|
||||
@ -63,7 +63,7 @@ const isAuthenticated = computed(() => userStore.isAuthenticated)
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: radial-gradient(circle at top right, rgba(51, 85, 255, 0.03), transparent 70%);
|
||||
/* background: radial-gradient(circle at top right, rgba(51, 85, 255, 0.03), transparent 70%); */
|
||||
}
|
||||
|
||||
.hero-content {
|
||||
@ -104,7 +104,7 @@ const isAuthenticated = computed(() => userStore.isAuthenticated)
|
||||
}
|
||||
|
||||
.hero-subtitle {
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.8rem;
|
||||
color: var(--color-text-secondary);
|
||||
font-weight: 400;
|
||||
font-family:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user