The esp8266 portion of the project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
486 B

/* .navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
color: #ffffff;
} */
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .5);
color: #ffffff;
}
/* #form-section {
width: 30%;
margin: auto;
}
#manual-card {
width: 40%;
} */
@media only screen and (max-width: 900px) {
/* #form-section {
width: 90%;
}
#manual-card {
width: 90%;
} */
}