60 lines
858 B
CSS
60 lines
858 B
CSS
td img {
|
|
border-radius: .75rem;
|
|
margin: 5px;
|
|
}
|
|
|
|
table {
|
|
width: unset;
|
|
border: none;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.technologia {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
figcaption {
|
|
text-align: center;
|
|
}
|
|
|
|
tr {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
#fagata {
|
|
color: var(--colorRed);
|
|
font-size: 54pt;
|
|
text-align: center;
|
|
}
|
|
|
|
audio, video {
|
|
width: 100%;
|
|
}
|
|
|
|
.pozycjonowany {
|
|
background-color: var(--colorSurface1);
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
.pozycjonowany h4 {
|
|
background-color: var(--colorSurface2);
|
|
border-radius: .5rem;
|
|
padding: .4rem;
|
|
}
|
|
|
|
.pozycjonowany img {
|
|
float: left;
|
|
margin: .5rem;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.flowing {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
gap: 1rem;
|
|
} |