Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.
Revision as of 18:36, January 13, 2025 by Tesinormed (talk | contribs) (Created page with ".hatnote1 { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; text-align: left; } .hatnote1 > :first-child { flex: 0 2 90px; margin: 0 5px; } .hatnote1 img { max-width: 100%; height: 100%; } .hatnote1 > :last-child { flex: 1 1 fit-content; } .hatnote2 { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; text-align: center; } .hatnote2 > :first-child, .hatnote2 > :last-child { flex: 0 2 auto; margin:...")
.hatnote1 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	text-align: left;
}

.hatnote1 > :first-child {
	flex: 0 2 90px;
	margin: 0 5px;
}

.hatnote1 img {
	max-width: 100%;
	height: 100%;
}

.hatnote1 > :last-child {
	flex: 1 1 fit-content;
}

.hatnote2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	text-align: center;
}

.hatnote2 > :first-child,
.hatnote2 > :last-child {
	flex: 0 2 auto;
	margin: 0 5px;
}

.hatnote2 img {
	max-width: 100%;
	height: 100%;
}

.hatnote2 > :nth-child(2) {
	flex: 1 1 fit-content;
}