git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: d2d97715e7cfb60e2d16cc9310db7fac8f3e6af7

Files: d2d97715e7cfb60e2d16cc9310db7fac8f3e6af7 / 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