fix: target='_new' for hrefs

This commit is contained in:
mco-system 2023-04-11 19:10:25 +11:00
parent 09d501686c
commit 885f4e0512
2 changed files with 9 additions and 9 deletions

View File

@ -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);

View File

@ -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;
}