git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 26bf432efc0fbd7b451314cf7b90b88a3302008c

Files: 26bf432efc0fbd7b451314cf7b90b88a3302008c / styles / profile-header.mcss

365 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.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