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;
|
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;
|
||||||
|
@ -101,4 +126,4 @@ code {
|
||||||
|
|
||||||
#big-space {
|
#big-space {
|
||||||
margin-top: 10%;
|
margin-top: 10%;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue