update
This commit is contained in:
@@ -49,7 +49,7 @@ body {
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 800px;
|
||||
width: 100%;
|
||||
font-style: italic;
|
||||
margin-left: 10px;
|
||||
margin-bottom: 25px;
|
||||
@@ -65,6 +65,14 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: disclosure-closed;
|
||||
}
|
||||
|
||||
nav {
|
||||
width: 100%;
|
||||
font-size: 40px;
|
||||
@@ -79,11 +87,8 @@ body {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
width: 100%;
|
||||
|
||||
.container {
|
||||
padding: 10px;
|
||||
}
|
||||
width: calc(100% - 20px);
|
||||
padding: 10px;
|
||||
|
||||
.dj-title {
|
||||
margin-right: 30px;
|
||||
|
||||
Reference in New Issue
Block a user