Testing
This commit is contained in:
@ -50,10 +50,11 @@ header {
|
||||
}
|
||||
|
||||
nav {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
/* border: 2px solid red; */
|
||||
/* align-items: center; */
|
||||
/* display: flex; */
|
||||
/* flex-direction: row; */
|
||||
/* justify-content: space-between; */
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@ -66,8 +67,8 @@ nav li {
|
||||
|
||||
/* Link effects */
|
||||
nav li a {
|
||||
text-decoration: none;
|
||||
padding: 4px 8px;
|
||||
text-decoration: none;
|
||||
transition: color 0.1s linear;
|
||||
}
|
||||
|
||||
@ -130,19 +131,19 @@ footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
/* nav {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
flex-direction: column;
|
||||
margin: 0 auto;
|
||||
}
|
||||
} */
|
||||
|
||||
nav ul li a {
|
||||
/* nav ul li a {
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
BIN
static/img/600x300.png
Normal file
BIN
static/img/600x300.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user