fix: target='_new' for hrefs
This commit is contained in:
parent
09d501686c
commit
885f4e0512
@ -6,7 +6,7 @@
|
||||
text-align: center;
|
||||
flex-direction: row;
|
||||
margin: 0.3em 0;
|
||||
width: 24em;
|
||||
width: 21em;
|
||||
}
|
||||
|
||||
.slot_info,
|
||||
@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
.metadata {
|
||||
width: 8em;
|
||||
width: 7em;
|
||||
border-radius: 10px 0 0 10px;
|
||||
color: var(--main-color);
|
||||
font-family: pfdintextcompprothin;
|
||||
@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
.data {
|
||||
width: 16em;
|
||||
width: 14em;
|
||||
background-color: var(--main-color);
|
||||
color: var(--alt-main-color);
|
||||
border-color: var(--main-color);
|
||||
|
@ -65,7 +65,7 @@
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
padding-bottom: 2em;
|
||||
width: 24em;
|
||||
width: 21em;
|
||||
/* background-color: green; */
|
||||
}
|
||||
.center_wrapper {
|
||||
@ -74,7 +74,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 24em;
|
||||
width: 21em;
|
||||
/* background-color: blue; */
|
||||
}
|
||||
.header_wrapper {
|
||||
@ -83,12 +83,12 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 24em;
|
||||
width: 21em;
|
||||
/* background-color: orangered; */
|
||||
}
|
||||
.logo_wrapper {
|
||||
margin-top: 0.5em;
|
||||
width: 24em;
|
||||
width: 21em;
|
||||
/* background-color: red; */
|
||||
}
|
||||
.navbar_wrapper {
|
||||
@ -101,14 +101,14 @@
|
||||
align-items: center;
|
||||
gap: 1em;
|
||||
background-color: var(--main-bg-color);
|
||||
width: 24em;
|
||||
width: 21em;
|
||||
/* background-color: white; */
|
||||
}
|
||||
.content {
|
||||
font-size: 1em;
|
||||
font-family: pfdintextcompprothin;
|
||||
color: var(--main-color);
|
||||
width: 24em;
|
||||
width: 21em;
|
||||
text-align:justify;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user