Adding ticker and hero

This commit is contained in:
Belen Curcio
2020-10-04 17:47:05 -03:00
parent 62f29fe766
commit 38ad085bd7
4 changed files with 57 additions and 38 deletions

View File

@@ -1,5 +1,15 @@
.root {
@apply bg-white py-10 w-full relative flex flex-row;
@apply w-full relative;
min-width: 100%;
}
.container {
@apply flex flex-row;
& > * {
@apply flex-1;
min-width: 500px;
}
}
.primary {
@@ -7,5 +17,5 @@
}
.secondary {
@apply bg-violet;
@apply bg-black;
}