fix: css mistake large screens.
This commit is contained in:
parent
5ef129536b
commit
be641c2e40
|
@ -57,7 +57,7 @@ header a {
|
||||||
|
|
||||||
header h1 span {
|
header h1 span {
|
||||||
margin-left: 0em;
|
margin-left: 0em;
|
||||||
font-size: 70%;
|
/* font-size: 70%; */
|
||||||
color: #555;
|
color: #555;
|
||||||
/*
|
/*
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -116,8 +116,10 @@ article{
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
display: block;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
display: flex;
|
flex-basis: 100%;
|
||||||
|
flex-shrink: 0;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1em 0em 1em 1em;
|
padding: 1em 0em 1em 1em;
|
||||||
border-top: 2px solid #eee
|
border-top: 2px solid #eee
|
||||||
|
@ -139,7 +141,7 @@ figure figcaption {
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user