Add themes folder

This commit is contained in:
Markus 2025-06-07 23:02:15 +02:00
parent 78eab7dcac
commit 077da5b941
108 changed files with 6225 additions and 0 deletions

View file

@ -0,0 +1,41 @@
.about{
.block{
h2 {
padding-top: 30px;
padding-bottom: 30px;
margin:0;
}
h3 {
padding-top: 30px;
padding-bottom: 30px;
margin:0;
}
p {
padding-top: 0px;
line-height:28px;
}
img {
width: 100%;
}
}
.about-img {
overflow:hidden;
&:hover img {
transform: scale3D(1.1,1.1,1);
}
img {
opacity: .6;
@include transition (all, 0.5s, ease-out);
}
}
.section-title {
margin-bottom: 0px;
}
}