[SITE] move img-Tags to new thumb syntax
This commit is contained in:
parent
edf3ce49c8
commit
8ebfbbfab4
5 changed files with 28 additions and 4 deletions
|
|
@ -1,6 +1,14 @@
|
|||
/* STYLE for jannikbeyerstedt.de
|
||||
* for specific template
|
||||
*/
|
||||
.card a {
|
||||
color: #000; }
|
||||
.card a:active, .card a:hover {
|
||||
color: #000;
|
||||
text-decoration: none; }
|
||||
.card a.card-link:active, .card a.card-link:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
.img-fluid {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -20,6 +20,20 @@ main.projects {
|
|||
}
|
||||
}
|
||||
|
||||
.card a {
|
||||
color: $color_font;
|
||||
&:active, &:hover {
|
||||
color: $color_font;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&.card-link {
|
||||
&:active, &:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ---- from boostrap ----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue