more changes to css
This commit is contained in:
parent
b8c64e74f6
commit
7a5b174a98
1 changed files with 16 additions and 10 deletions
|
@ -48,16 +48,7 @@ a:hover {
|
|||
padding: 10px 10px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.topnav a {
|
||||
float: none;
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
max-width: calc(100% - 20px);
|
||||
width: 700px;
|
||||
bottom: 0;
|
||||
margin-top: auto;
|
||||
|
@ -65,7 +56,6 @@ a:hover {
|
|||
}
|
||||
|
||||
.footer-top {
|
||||
max-width: calc(100% - 20px);
|
||||
width: 700px;
|
||||
text-align: center;
|
||||
z-index: 2;
|
||||
|
@ -80,6 +70,22 @@ a:hover {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.topnav a {
|
||||
float: none;
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
.footer-top {
|
||||
width: 700px;
|
||||
text-align: center;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
/* Org Stuff */
|
||||
|
||||
.todo {
|
||||
|
|
Loading…
Add table
Reference in a new issue