1874
edycje
Angelfrost (dyskusja | edycje) mNie podano opisu zmian |
Nie podano opisu zmian |
||
Linia 275: | Linia 275: | ||
background: none; | background: none; | ||
cursor: pointer; | cursor: pointer; | ||
} | |||
/*szablon z instrukcjami*/ | |||
.llawlyfr { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
.llawlyfr>div { | |||
margin-right: 10px; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: center; | |||
} | |||
.llawlyfr-image { | |||
display: flex; | |||
align-items: center; | |||
background-color: rgba(0,0,0,0.2); | |||
padding: 5px; | |||
border: 1px solid #000; | |||
} | |||
.llawlyfr-image img { | |||
max-height: 30vh; | |||
width: auto; | |||
height: auto; | |||
} | |||
.llawlyfr-text { | |||
overflow-wrap: break-word; | |||
} | } | ||