idk what this was doing anyways
This commit is contained in:
parent
a0e296861c
commit
19ba6c71b8
@ -1,37 +0,0 @@
|
||||
.content {
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.content figure {
|
||||
flex: 25%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.content img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
max-width: 50%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
|
||||
outline: cadetblue solid 3px;
|
||||
}
|
||||
|
||||
.content p {
|
||||
flex: 50%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.content p {
|
||||
flex:100%;
|
||||
}
|
||||
.content figure {
|
||||
flex:100%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user