mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
edit app.css
This commit is contained in:
-13
@@ -230,12 +230,6 @@ body {
|
||||
background-color: #AAA;
|
||||
}
|
||||
|
||||
@media (min-width: 40rem) {
|
||||
#back_to_top {
|
||||
margin-left: 890px;
|
||||
}
|
||||
}
|
||||
|
||||
#back_to_top:hover {
|
||||
background-color: #444;
|
||||
cursor: pointer;
|
||||
@@ -262,13 +256,6 @@ body {
|
||||
background-color: #AAA;
|
||||
}
|
||||
|
||||
@media (min-width: 40rem) {
|
||||
#edit {
|
||||
margin-left: 890px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#edit:hover {
|
||||
background-color: #444;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user