REMOVE content and assets FIX image render
This commit is contained in:
parent
62f343ef90
commit
e385e4ee4d
10 changed files with 26 additions and 91 deletions
|
@ -252,6 +252,10 @@ header {
|
|||
max-height: 400px;
|
||||
min-width: 300px;
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
picture {
|
||||
display: flex;
|
||||
}
|
||||
|
@ -297,6 +301,15 @@ header {
|
|||
|
||||
article {
|
||||
|
||||
picture {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.card {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue