Compare commits
No commits in common. 'magazine' and 'default' have entirely different histories.
@ -1,13 +1,3 @@
|
|||||||
.main .header {
|
.main .header { display:grid; grid-template-columns:64px auto; gap:4px}
|
||||||
|
.main .header .title {font-size:28px; font-weight:bold}
|
||||||
grid-row:1;
|
.main .header img {width:55px; height:55px;}
|
||||||
grid-column: 1 / span 2;
|
|
||||||
display:grid;
|
|
||||||
grid-template-columns: 50px auto; gap:4px;
|
|
||||||
line-height: 1;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
.main .header .title {font-size:28px; text-transform: capitalize; font-weight:bold}
|
|
||||||
.main .header .subtitle {font-size:14px}
|
|
||||||
.main .header img { width:44px; height:44px;}
|
|
||||||
|
Loading…
Reference in new issue