hotfix: accidentally overwrote microsoft.css

This commit is contained in:
fekhesk 2022-10-23 13:06:09 +00:00
parent 7edffd4355
commit fed345cb7c
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891

View file

@ -24,6 +24,24 @@ code {
border-radius: 3px; border-radius: 3px;
} }
.container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
}
.container-item {
flex: 1 1;
padding: 10px;
}
.product img {
height: 20vh;
}
.boxed { .boxed {
width: 95%; width: 95%;
margin: 0 auto; margin: 0 auto;
@ -71,6 +89,13 @@ code {
height: 60vh; height: 60vh;
} }
.credit span {
width: 100%;
float: left;
clear: left;
font-size: 2vh;
}
.yiffos-table { .yiffos-table {
width: 100%; width: 100%;
text-align: center; text-align: center;