Mercurial Hosting > chat
comparison src/chat.css @ 56:323ddacc1593
start invite
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 04 Mar 2025 07:00:42 -0700 |
parents | 9298b04607ae |
children | 3521166513b3 |
comparison
equal
deleted
inserted
replaced
55:d21ae4920aac | 56:323ddacc1593 |
---|---|
66 margin-top: 16px; | 66 margin-top: 16px; |
67 margin-bottom: 16px; | 67 margin-bottom: 16px; |
68 } | 68 } |
69 | 69 |
70 [intro] { | 70 [intro] { |
71 text-align: center; | 71 display: flex; |
72 flex-direction: column; | |
73 align-items: center; | |
74 } | |
75 | |
76 [intro] input[type=email] { | |
77 width: 250px; | |
72 } | 78 } |
73 | 79 |
74 div[who] { | 80 div[who] { |
75 display: flex; | 81 display: flex; |
76 justify-content: space-between; | 82 justify-content: space-between; |