Skip to content

Commit

Permalink
feat: correção de responsividade
Browse files Browse the repository at this point in the history
# modificação em teresina-wiki
  • Loading branch information
macielalves committed Dec 16, 2023
1 parent eb41695 commit 48abade
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions teresina-wiki/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,10 @@ footer {
border-top: 5px solid #e95d00;
background: #111;
color: white;
& > h3 {
text-align: center;
color: inherit;
background: #1b1b1b;
padding: 0.5rem;
& div h3 {
width: fit-content;
border-bottom: 3px solid #7a7a7a46;
margin-bottom: 10px;
}

& .footer-content {
Expand Down Expand Up @@ -602,8 +601,11 @@ footer {
text-indent: 2rem;
}
}

.footer-content {
grid-template-columns: 1fr;

footer {
& .footer-content {
grid-template-columns: 1fr;
row-gap: 10px;
}
}
}

0 comments on commit 48abade

Please sign in to comment.