git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 9b14c2770a1b327ee389c1c27a56ae36412130c0

Files: 9b14c2770a1b327ee389c1c27a56ae36412130c0 / styles / profile-header.mcss

289 bytesRaw
1ProfileHeader {
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.title {
19 flex: 1
20 }
21}
22

Built with git-ssb-web