Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
f92275cb1f | 2 months ago |
@ -1,13 +1,3 @@
|
|||||||
.main .header {
|
.qcms-main .qcms-header { display:grid; grid-template-columns:64px auto; gap:4px}
|
||||||
|
.qcms-main .qcms-header .qcms-title {font-size:28px; font-weight:bold}
|
||||||
grid-row:1;
|
.qcms-main .qcms-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