This commit is contained in:
Vrifox 2020-11-27 18:36:31 +01:00
parent 74929ff17a
commit 7c39b10dea
8 changed files with 12 additions and 12 deletions

View file

@ -17,10 +17,10 @@
margin-top: 20px;
}
img {
border: 1px solid $bg60;
border-radius: 5px;
box-shadow: 0 0 40px 10px rgb(30, 30, 45);
margin-bottom: 15px;
max-width: 100%;
width: 100%;
}
@include a-underlined;
h2 {

View file

@ -7,7 +7,7 @@
header {
margin: 150px 0;
text-align: center;
h1 {
h2 {
font-size: 2em;
}
}

View file

@ -35,7 +35,7 @@
&:hover {
background: $bg50;
}
h1 {
h2 {
color: $white;
display: flex;
font-size: 18px;

View file

@ -21,7 +21,7 @@
margin: 60px auto;
max-width: 600px;
text-align: center;
h1 {
h2 {
font-size: 2.5em;
margin: auto;
}
@ -87,7 +87,7 @@ main {
&:hover {
background: $bg50;
}
h1 {
h2 {
color: $white;
font-size: 18px;
font-weight: 400;