Files: 9cef1e5a6f8635bc015c83e35effb07ad1e49ac6 / styles / profile-header.mcss
365 bytesRaw
1 | ProfileHeader { |
2 | display: flex; |
3 | width: 100%; |
4 | max-width: 700px; |
5 | margin: 20px auto; |
6 | |
7 | div.image { |
8 | width: 200px; |
9 | padding: 5px; |
10 | background: white; |
11 | box-shadow: 0 0 10px #AAA; |
12 | margin-right: 20px; |
13 | img { |
14 | width: 100% |
15 | } |
16 | } |
17 | |
18 | div.main { |
19 | flex: 1 |
20 | div.title { |
21 | display: flex |
22 | h1 { |
23 | flex: 1 |
24 | } |
25 | } |
26 | } |
27 | } |
28 |
Built with git-ssb-web