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