2018-11-20 20:34:42 +01:00
|
|
|
/* your custom css */
|
|
|
|
|
|
|
|
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1023px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1400px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1500px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.projectTitle {
|
2018-11-22 11:20:28 +01:00
|
|
|
color: black;
|
2018-11-20 20:34:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.blockImage img {
|
|
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
2018-11-22 11:20:28 +01:00
|
|
|
}
|
2020-02-26 21:55:56 +01:00
|
|
|
|
|
|
|
.sassOffering {
|
|
|
|
background-color: #d2e6d6;
|
|
|
|
color: #21612e;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 1px solid #21612e;
|
|
|
|
}
|