padding in connectless

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

Loading…
Cancel
Save