Fixed stylings

This commit is contained in:
2025-02-03 20:18:48 +01:00
parent 4695ec3aa9
commit e3a7c7ef82
7 changed files with 28 additions and 10 deletions

View File

@@ -9,6 +9,6 @@
@media screen and (max-width: variables.$breakpoint) { @media screen and (max-width: variables.$breakpoint) {
.wrapper { .wrapper {
padding: 0 2rem; padding: 0 3rem;
} }
} }

View File

@@ -1,15 +1,17 @@
@use "../../variables.scss" as variables; @use "../../variables.scss" as variables;
:host { :host {
font-weight: 400;
color: #ffffff; color: #ffffff;
font-style: italic;
padding-bottom: 5rem; padding-bottom: 5rem;
position: relative; position: relative;
top: 5rem; top: 2rem;
} }
h2 { h2 {
font-family: "Jost"; font-family: "Jost";
font-style: italic;
font-weight: 500;
} }
.contact { .contact {

View File

@@ -1,7 +1,7 @@
@use "../../variables.scss"; @use "../../variables.scss";
:host { :host {
border-bottom: 1px solid #fff; border-bottom: 2px solid #fff;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@@ -22,6 +22,7 @@ img {
text-decoration: none; text-decoration: none;
align-content: center; align-content: center;
font-family: "Jost"; font-family: "Jost";
font-size: 2rem;
} }
} }
@@ -32,7 +33,7 @@ img {
} }
:host { :host {
border-top: 1px solid #fff; border-top: 2px solid #fff;
} }
.menu { .menu {

View File

@@ -1,2 +1,4 @@
<img class="mobile" src="assets/CPTARN_logo-figure_White.svg"/> <div class="mobile">
<img src="assets/CPTARN_logo-figure_White.svg"/>
</div>
<p class="hero-text">NO LIMITS, JUST <span class="subSlogan">{{subSlogan}}</span></p> <p class="hero-text">NO LIMITS, JUST <span class="subSlogan">{{subSlogan}}</span></p>

View File

@@ -34,9 +34,17 @@
font-weight: 600; font-weight: 600;
} }
div {
display: flex;
width: 100%;
border-bottom: 2px solid #fff;
padding: 1rem 0;
justify-content: center;
}
img { img {
max-width: 100%; max-width: 50%;
border-bottom: 1px solid #fff; margin: 0 auto;
padding: 1rem 0; padding: 1rem 0;
} }
} }

View File

@@ -4,7 +4,7 @@
<p>Welcome to my creative workspace! Im a solution-driven freelancer with a passion for blending innovative thinking with technical know-how to bring unique ideas to life. Whether youre looking to build a prototype, develop custom code, or create a tailored automation system, Im here to help turn your vision into a reality. My approach combines hands-on experience with a fresh perspective, ensuring that every project isnt just functional, but forwardthinking and impactful.</p> <p>Welcome to my creative workspace! Im a solution-driven freelancer with a passion for blending innovative thinking with technical know-how to bring unique ideas to life. Whether youre looking to build a prototype, develop custom code, or create a tailored automation system, Im here to help turn your vision into a reality. My approach combines hands-on experience with a fresh perspective, ensuring that every project isnt just functional, but forwardthinking and impactful.</p>
<a href="mailto:contact@cptarn.com" class="web">Contact</a> <a href="mailto:contact@cptarn.com" class="web">Contact</a>
</div> </div>
<img src="assets/Website_Arne.svg" /> <img class="arne" src="assets/Website_Arne.svg" />
<a href="mailto:contact@cptarn.com" class="mobile">Contact</a> <a href="mailto:contact@cptarn.com" class="mobile">Contact</a>
</div> </div>
<div class="right"> <div class="right">

View File

@@ -79,6 +79,11 @@ a {
max-width: 100%; max-width: 100%;
} }
.arne {
max-width: 70%;
margin: 0 auto;
}
img { img {
margin-top: 2rem; margin-top: 2rem;
} }
@@ -89,7 +94,7 @@ a {
} }
:host { :host {
> div { > div {
margin-top: 3rem; margin-top: 0;
} }
} }