Database requests

This commit is contained in:
Michał Gdula 2022-12-19 21:15:56 +00:00
parent f41312248c
commit 594431b420
8 changed files with 84 additions and 42 deletions

View file

@ -83,7 +83,7 @@ nav {
a {
margin: 0;
padding: 1rem 1rem 1rem 0.7rem;
padding: 1rem 1rem 1rem calc(1rem - 2px);
width: 100%;
height: 3.5rem;
@ -95,7 +95,7 @@ nav {
text-decoration: none;
color: $white100;
border-left: 0.3rem solid #00000000;
border-left: 2px solid #00000000;
box-sizing: border-box;
@ -123,7 +123,7 @@ nav {
&:hover {
background-color: $black200;
border-left: 0.3rem solid $green;
border-left: 2px solid $green;
* {
color: $green;
@ -152,6 +152,8 @@ main {
width: 100%;
height: 40vh;
position: relative;
background-color: $black200;
border-radius: $rad;
@ -220,7 +222,7 @@ main {
padding: 0.5rem;
width: auto;
min-height: 90vh;
min-height: 100vh;
position: relative;