Fix the declaration order
This commit is contained in:
parent
0ed13c9fe7
commit
6a13e481fd
1 changed files with 2 additions and 3 deletions
|
@ -20,6 +20,8 @@
|
|||
#title {
|
||||
padding-bottom: 2%;
|
||||
padding-top: 1%;
|
||||
color: #FFFFFF;
|
||||
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
||||
|
||||
h2 {
|
||||
font-size: 35px;
|
||||
|
@ -28,9 +30,6 @@
|
|||
.btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
color: #FFFFFF;
|
||||
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue