Before changing to grid

This commit is contained in:
Ilay Eble 2025-06-29 10:29:20 +02:00 committed by MisbehavedNinjaRadiator
parent 151a90d8f5
commit e1b894452f
2 changed files with 24 additions and 20 deletions

View file

@ -21,7 +21,10 @@
border-left: 4px solid var(--Rotkehlchen-gray-hover);
background: #FFF;
}
.create-layout{
display: grid;
grid-template-columns: auto auto auto;
}
.create-account{
display: flex;
flex-direction: row;