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