wujysh commented on a change in pull request #9: New release for iotdb-website
URL:
https://github.com/apache/incubator-iotdb-website/pull/9#discussion_r250892283
##########
File path: src/components/NavBar.vue
##########
@@ -117,46 +108,49 @@
display: block;
}
- .navbar-nav>li > a > span{
+ .navbar-nav > li > a > span {
color: white;
font-size: 1.6rem;
}
- .navbar-nav>li > a > span:hover{
+
+ .navbar-nav > li > a > span:hover {
color: orange;
}
- .container-fluid{
+
+ .container-fluid {
margin-left: 15%;
Review comment:
Let margin-left equals to margin-right? Otherwise the navbar is quite
strange, there is some extra space before IoTDB logo.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services