feat(tag): better style and navbar to return home
This commit is contained in:
parent
964ae2b7f0
commit
1bd6521309
6 changed files with 27 additions and 10 deletions
|
@ -118,6 +118,17 @@ h4 {
|
|||
font-size: 1.35rem;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@media only screen and (max-width: vars.$bp-little) {
|
||||
flex-direction: column;
|
||||
align-items: normal;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.presentation {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
@ -139,6 +150,7 @@ h4 {
|
|||
gap: 0.5rem;
|
||||
@media only screen and (max-width: vars.$bp-little) {
|
||||
margin-right: 0;
|
||||
text-align: center;
|
||||
}
|
||||
& p {
|
||||
margin: 0;
|
||||
|
@ -172,7 +184,7 @@ h4 {
|
|||
column-gap: 1rem;
|
||||
row-gap: 0.5rem;
|
||||
@media only screen and (max-width: vars.$bp-little) {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: 1fr;
|
||||
column-gap: 0.5rem;
|
||||
align-items: center;
|
||||
margin-bottom: 2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue