mirror of
https://github.com/eRgo35/website.git
synced 2026-02-04 05:26:11 +01:00
fix: small text breaking
This commit is contained in:
@@ -247,8 +247,8 @@
|
|||||||
|
|
||||||
<div class="bio">
|
<div class="bio">
|
||||||
<p class="small-text">
|
<p class="small-text">
|
||||||
I'm currently working on new fascinating projects, so be sure to
|
I'm currently working on new fascinating<br />
|
||||||
follow me!
|
projects, so be sure to follow me!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 class="coiny-regular">Student / Software Developer</h2>
|
<h2 class="coiny-regular">Student / Software Developer</h2>
|
||||||
|
|||||||
@@ -400,6 +400,11 @@ a:focus {
|
|||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.small-text {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
margin-top: 0.25in;
|
margin-top: 0.25in;
|
||||||
position: static;
|
position: static;
|
||||||
|
|||||||
Reference in New Issue
Block a user