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; text-align: center;
flex-direction: row; flex-direction: row;
margin: 0.3em 0; margin: 0.3em 0;
width: 24em; width: 21em;
} }
.slot_info, .slot_info,
@ -26,7 +26,7 @@
} }
.metadata { .metadata {
width: 8em; width: 7em;
border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;
color: var(--main-color); color: var(--main-color);
font-family: pfdintextcompprothin; font-family: pfdintextcompprothin;
@ -35,7 +35,7 @@
} }
.data { .data {
width: 16em; width: 14em;
background-color: var(--main-color); background-color: var(--main-color);
color: var(--alt-main-color); color: var(--alt-main-color);
border-color: var(--main-color); border-color: var(--main-color);

View File

@ -65,7 +65,7 @@
align-content: center; align-content: center;
text-align: center; text-align: center;
padding-bottom: 2em; padding-bottom: 2em;
width: 24em; width: 21em;
/* background-color: green; */ /* background-color: green; */
} }
.center_wrapper { .center_wrapper {
@ -74,7 +74,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
width: 24em; width: 21em;
/* background-color: blue; */ /* background-color: blue; */
} }
.header_wrapper { .header_wrapper {
@ -83,12 +83,12 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
width: 24em; width: 21em;
/* background-color: orangered; */ /* background-color: orangered; */
} }
.logo_wrapper { .logo_wrapper {
margin-top: 0.5em; margin-top: 0.5em;
width: 24em; width: 21em;
/* background-color: red; */ /* background-color: red; */
} }
.navbar_wrapper { .navbar_wrapper {
@ -101,14 +101,14 @@
align-items: center; align-items: center;
gap: 1em; gap: 1em;
background-color: var(--main-bg-color); background-color: var(--main-bg-color);
width: 24em; width: 21em;
/* background-color: white; */ /* background-color: white; */
} }
.content { .content {
font-size: 1em; font-size: 1em;
font-family: pfdintextcompprothin; font-family: pfdintextcompprothin;
color: var(--main-color); color: var(--main-color);
width: 24em; width: 21em;
text-align:justify; text-align:justify;
text-justify: inter-word; text-justify: inter-word;
} }