2018-01-10 03:56:44 +01:00
|
|
|
/* your custom css */
|
|
|
|
|
2018-03-12 07:58:38 +01:00
|
|
|
.mainContainer .wrapper a,
|
|
|
|
.inner .projectIntro a {
|
|
|
|
background-color: rgba(10, 78, 31, 0.15);
|
|
|
|
color: #1a1a1a;
|
|
|
|
transition: all 0.25s ease-out;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer .wrapper a:hover,
|
|
|
|
.inner .projectIntro a:hover {
|
|
|
|
background-color: rgba(10, 78, 31, 0.35);
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
2018-05-01 09:21:43 +02:00
|
|
|
.docker-count img {
|
|
|
|
margin-left: initial;
|
|
|
|
}
|
|
|
|
|
2018-01-10 03:56:44 +01:00
|
|
|
@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) {
|
2018-03-12 07:58:38 +01:00
|
|
|
}
|