Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
843ba743a8 | 2 weeks ago |
|
3bd5c69c23 | 2 weeks ago |
@ -1,3 +1,7 @@
|
||||
.main .header { display:grid; grid-template-columns:64px auto; gap:4px}
|
||||
.main .header .title {font-size:28px; font-weight:bold}
|
||||
.main .header img {width:55px; height:55px;}
|
||||
.main .header {display:grid; grid-template-columns:64px auto; gap:4px; width:100%; align-items:center;}
|
||||
.main .header .icon {width:64px; height:64px;}
|
||||
.main .header .icon img {width:64px; height:64px;}
|
||||
|
||||
.main .header .title { font-size:32px; text-transform: uppercase; font-weight:bold}
|
||||
.main .header .subtitle {font-style:italic;font-size:14px; color:gray; text-transform: capitalize;}
|
||||
|
||||
|
Loading…
Reference in new issue