Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
(content changes sizes) |
|||
Line 77: | Line 77: | ||
/*Specific class or id elements*/ | /*Specific class or id elements*/ | ||
.content { | .content { | ||
- | width: | + | width:65%; |
background: #F0F0F0; | background: #F0F0F0; | ||
margin: auto; | margin: auto; | ||
Line 357: | Line 357: | ||
} | } | ||
@media screen and (max-width: 768px) and (min-width: 480px) { /* tablet size only */ | @media screen and (max-width: 768px) and (min-width: 480px) { /* tablet size only */ | ||
+ | .content { | ||
+ | width: 80%; | ||
+ | } | ||
} | } | ||
@media screen and (max-width : 480px) { */ smartphones */ | @media screen and (max-width : 480px) { */ smartphones */ | ||
Line 365: | Line 368: | ||
width: 100%; | width: 100%; | ||
padding: 5px; | padding: 5px; | ||
+ | } | ||
+ | .content { | ||
+ | width: 100%; | ||
} | } | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 17:11, 17 October 2014