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.

28 lines
486 B

  1. /* .navbar-light .nav-item.active .nav-link,
  2. .navbar-light .nav-item:focus .nav-link,
  3. .navbar-light .nav-item:hover .nav-link {
  4. color: #ffffff;
  5. } */
  6. .navbar-dark .navbar-nav .nav-link {
  7. color: rgba(255, 255, 255, .5);
  8. color: #ffffff;
  9. }
  10. /* #form-section {
  11. width: 30%;
  12. margin: auto;
  13. }
  14. #manual-card {
  15. width: 40%;
  16. } */
  17. @media only screen and (max-width: 900px) {
  18. /* #form-section {
  19. width: 90%;
  20. }
  21. #manual-card {
  22. width: 90%;
  23. } */
  24. }