mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-18 22:49:51 +00:00
Before changing to grid
This commit is contained in:
parent
151a90d8f5
commit
e1b894452f
2 changed files with 24 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue