css changes
This commit is contained in:
parent
8f1dc7e9a8
commit
bc4f2c7935
@ -1 +1,2 @@
|
||||
<p>(c) filiprojek.cz 2023<p>
|
||||
|
||||
|
@ -22,6 +22,8 @@
|
||||
padding: var(--base-padding);
|
||||
margin-top: 1.5rem;
|
||||
cursor: pointer;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.form_contact textarea {
|
||||
|
@ -1,3 +1,8 @@
|
||||
.content h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.projects {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -9,9 +9,8 @@ body {
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
background: black;
|
||||
color: white;
|
||||
border: 1px solid purple;
|
||||
background: var(--background);
|
||||
color: var(--color);
|
||||
}
|
||||
|
||||
html {
|
||||
@ -34,7 +33,6 @@ html {
|
||||
.nav {
|
||||
position: relative;
|
||||
display: flex;
|
||||
border: 1px solid red;
|
||||
padding: 1rem;
|
||||
justify-content: space-between;
|
||||
isolation: isolate;
|
||||
@ -42,7 +40,6 @@ html {
|
||||
|
||||
.nav .logo img {
|
||||
height: 3rem;
|
||||
border: 1px solid orange;
|
||||
}
|
||||
|
||||
.nav .links {
|
||||
@ -50,7 +47,6 @@ html {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
border: 1px solid orange;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
@ -62,7 +58,6 @@ html {
|
||||
}
|
||||
|
||||
.content {
|
||||
border: 1px solid green;
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
|
||||
@ -72,6 +67,6 @@ footer {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-self: flex-end;
|
||||
border: 1px solid cyan;
|
||||
margin-top: auto;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
@ -61,6 +61,7 @@ if($prod) { ?>
|
||||
<link rel="icon" type="image/x-icon" href="/img/fr.ico" />
|
||||
<link rel="canonical" href="<?= $canonical ?>" />
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/variables.css">
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
@ -1,5 +1,5 @@
|
||||
<link rel="stylesheet" href="/css/projects.css">
|
||||
<h3>Projekty</h3>
|
||||
<h1>Projekty</h1>
|
||||
|
||||
<section class="projects">
|
||||
<div class="card">
|
||||
|
Loading…
Reference in New Issue
Block a user