hotfix: accidentally overwrote microsoft.css
This commit is contained in:
parent
7edffd4355
commit
fed345cb7c
1 changed files with 26 additions and 1 deletions
|
@ -24,6 +24,24 @@ code {
|
|||
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 {
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
|
@ -71,6 +89,13 @@ code {
|
|||
height: 60vh;
|
||||
}
|
||||
|
||||
.credit span {
|
||||
width: 100%;
|
||||
float: left;
|
||||
clear: left;
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
||||
.yiffos-table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue