Difference between revisions of "Team:NCHU Taichung/style/main.css"

Line 21: Line 21:
 
#HQ_page {
 
#HQ_page {
 
     width: 100vw;
 
     width: 100vw;
 +
}
 +
.header#top {
 +
  margin-top: 10px;
 
}
 
}

Revision as of 12:02, 4 October 2018

.main {

 margin: 60px auto 60px auto;

}

  1. logo {
 padding-top: 2px;
 width: 100px;

} .segment {

 /* height: 100vh; */

}

  1. top_title {
 display: none;

}

  1. content {
 padding: unset;
 margin: unset;

} .fixed.menu {

 padding-top: 10px;

}

  1. HQ_page {
   width: 100vw;

} .header#top {

 margin-top: 10px;

}