123
This commit is contained in:
@@ -50,3 +50,50 @@ img{
|
||||
text-transform: uppercase;
|
||||
border: #fe5f55;
|
||||
}
|
||||
|
||||
/* Small devices (landscape phones, 576px and up) */
|
||||
@media (max-width: 576px) {
|
||||
.img{
|
||||
max-width: 700px;
|
||||
height: auto;
|
||||
margin-top: 2vh;
|
||||
}
|
||||
|
||||
div.row h1{
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
div.row h2{
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
|
||||
@media (max-width: 768px) {
|
||||
|
||||
}
|
||||
|
||||
/* Large devices (desktops, 992px and up) */
|
||||
@media (max-width: 992px) {
|
||||
|
||||
}
|
||||
|
||||
/* Extra large devices (large desktops, 1200px and up) */
|
||||
@media (max-width: 1200px) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
Custom media queries
|
||||
*/
|
||||
|
||||
/* Set width to make card deck cards 100% width */
|
||||
@media (max-width: 950px) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user