styled header with link button after

This commit is contained in:
jorge-vitrubio 2024-03-13 09:57:08 +01:00
parent f34f5e3dfb
commit 322fb0b683
5 changed files with 283 additions and 1010 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -68,13 +68,20 @@
* */
section.agenda,
section.last-convos {
h2 a::after {
display: inline-block;
font-size: 0.4em;
color: $color__white;
background-color: $color__black;
padding: 0.4em;
float: right;
h2 a {
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
&::after {
display: inline-block;
align-self: center;
justify-self: center;
font-size: 0.4em;
color: $color__white;
background-color: $color__black;
padding: 0.4em;
}
}
}
[lang="ca"] section.agenda h2 a::after {

593
style.css

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long