/*
Theme Name: myCard
Description: myCard is a WordPress theme designed for modern web development.
Author: Senthilprabu Ponnusamy
Author URI: https://www.senthilprabu.in
Template: cvcard
Version: 1.3.4
*/

.readable-content {
  max-width: 80%;
}

/* Homepage Logo */
.header img {
  max-height: 120px;
  max-width: 120px;
}

a.button.big i {
  top: 0.6em;
}

@media only screen and (min-width: 360px) and (max-width: 960px) {
  /* Homepage - Intro */
  .intro {
    max-width: 95%;
  }
  .rotate-words {
    min-height: 28px;
    min-width: 35%;
  }

  div.content {
    width: 90%;
  }
}
