1874
edycje
(to już niepotrzebne xD) |
mNie podano opisu zmian |
||
Linia 281: | Linia 281: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
margin: 30px 0; | |||
} | } | ||
.llawlyfr>div { | .llawlyfr > div { | ||
margin-right: | margin-right: 25px; | ||
position: relative; | |||
border: 1px solid #000; | |||
background-color: rgba(0, 0, 0, 0.2); | |||
} | } | ||
Linia 290: | Linia 294: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
padding: 15px; | |||
padding: | |||
} | } | ||
Linia 301: | Linia 303: | ||
} | } | ||
.llawlyfr-text { | .llawlyfr-text { | ||
overflow-wrap: break-word; | overflow-wrap: break-word; | ||
padding: 15px 15px 0 15px; | |||
} | |||
.llawlyfr .counter { | |||
position: absolute; | |||
top: -15px; | |||
left: -15px; | |||
background-color: #6cb5ff; | |||
color: #1e1e1e; | |||
border-radius: 15px; | |||
width: 30px; | |||
height: 30px; | |||
text-align: center; | |||
line-height: 30px; | |||
user-select: none; | |||
} | } | ||