mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
wip
This commit is contained in:
parent
74cfc6fc64
commit
8711bee667
3 changed files with 12 additions and 5 deletions
|
@ -3,11 +3,9 @@ import "./about.css";
|
||||||
function About() {
|
function About() {
|
||||||
return (
|
return (
|
||||||
<div className="mainbox">
|
<div className="mainbox">
|
||||||
<img
|
<h1 className="about-title color-orange">
|
||||||
style={{ height: "200px", position: "relative" }}
|
About<br></br>Feather Feed
|
||||||
src="/assets/icons/feather_black.svg"
|
</h1>
|
||||||
alt="featherIcon"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-title {
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: start;
|
||||||
|
}
|
||||||
|
|
||||||
/* TODO Entfernen vor final*/
|
/* TODO Entfernen vor final*/
|
||||||
.test {
|
.test {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
|
@ -40,3 +40,7 @@ body {
|
||||||
.edit-icon {
|
.edit-icon {
|
||||||
color: var(--Rotkehlchen-brown-light);
|
color: var(--Rotkehlchen-brown-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.color-orange {
|
||||||
|
color: var(--Rotkehlchen-orange-default);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue