Commit
·
926c8ef
1
Parent(s):
e012afc
Update templates/index.html
Browse files- templates/index.html +4 -3
templates/index.html
CHANGED
|
@@ -106,6 +106,9 @@
|
|
| 106 |
color:rgb(83, 83, 83);
|
| 107 |
transition: 0.5s ease;
|
| 108 |
}
|
|
|
|
|
|
|
|
|
|
| 109 |
@media only screen and (orientation: portrait) {
|
| 110 |
body {
|
| 111 |
margin-left: auto;
|
|
@@ -139,9 +142,7 @@
|
|
| 139 |
width: 90%;
|
| 140 |
height: 65%;
|
| 141 |
}
|
| 142 |
-
|
| 143 |
-
color:yellow;
|
| 144 |
-
}
|
| 145 |
}
|
| 146 |
</style>
|
| 147 |
</head>
|
|
|
|
| 106 |
color:rgb(83, 83, 83);
|
| 107 |
transition: 0.5s ease;
|
| 108 |
}
|
| 109 |
+
#tag {
|
| 110 |
+
color:yellow;
|
| 111 |
+
}
|
| 112 |
@media only screen and (orientation: portrait) {
|
| 113 |
body {
|
| 114 |
margin-left: auto;
|
|
|
|
| 142 |
width: 90%;
|
| 143 |
height: 65%;
|
| 144 |
}
|
| 145 |
+
|
|
|
|
|
|
|
| 146 |
}
|
| 147 |
</style>
|
| 148 |
</head>
|