padding in connectless

master
km0 3 years ago
parent 670156d6c7
commit 6bbfae1a59

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit 4def6de1443d8e7c9bdf4bceb55ece52ac58fc10 Subproject commit d741154e912a6d1255066363aa5301c1c93bc516

@ -18,7 +18,7 @@
.the-leader .leader { .the-leader .leader {
font-size: 14px; font-size: 14px;
font-style:normal; font-style: normal;
} }
.the-leader dl { .the-leader dl {
@ -47,8 +47,6 @@
.the-leader .row-bg { .the-leader .row-bg {
position: relative; position: relative;
} }
.the-leader dl span { .the-leader dl span {
@ -60,14 +58,14 @@
z-index: 10; z-index: 10;
} }
.the-leader .row-bg:after{ .the-leader .row-bg:after {
content: ''; content: "";
position: absolute; position: absolute;
z-index: 0; z-index: 0;
left: 0; left: 0;
top:0; top: 0;
width:100%; width: 100%;
height:100%; height: 100%;
opacity: 0.3; opacity: 0.3;
background-color: var(--background); background-color: var(--background);
} }
@ -80,8 +78,6 @@
display: none; display: none;
} }
.crosswords .info { .crosswords .info {
position: absolute; position: absolute;
font-size: 21px; font-size: 21px;
@ -91,10 +87,9 @@
.info .category { .info .category {
color: var(--background); color: var(--background);
font-weight:bold; font-weight: bold;
} }
.crosswords .description { .crosswords .description {
font-size: 28px; font-size: 28px;
text-align: start; text-align: start;
@ -125,6 +120,7 @@
color: #c09d73; color: #c09d73;
} }
.xquisite img { .xquisite img,
padding: 3mm; .connect-less img {
padding: 4mm;
} }
Loading…
Cancel
Save