Modification du texte, du style et dequeerisation
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ a button{
|
||||
|
||||
p,h1,h2,h3,h4{
|
||||
cursor: inherit;
|
||||
pointer-events: none !important;
|
||||
pointer-events: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
+35
-11
@@ -63,9 +63,10 @@ header{
|
||||
}
|
||||
|
||||
.cool-name{
|
||||
font-family: 'karrik';
|
||||
font-family: 'pressStart';
|
||||
font-size: 50px;
|
||||
padding-top: 13.12px;
|
||||
|
||||
|
||||
.trans-symbol{
|
||||
font-family: 'velvelyne';
|
||||
@@ -145,6 +146,18 @@ main{
|
||||
grid-template-columns: 2.5fr 2fr 1fr;
|
||||
grid-template-rows: 1fr 1.5fr;
|
||||
|
||||
.access-info-box {
|
||||
grid-column: 2 / 4;
|
||||
grid-row: 1;
|
||||
font-size: 15px;
|
||||
z-index: 5;
|
||||
padding-top: 50px;
|
||||
|
||||
address {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
aside{
|
||||
grid-row: 2;
|
||||
grid-column: 2;
|
||||
@@ -194,9 +207,15 @@ main{
|
||||
border-width: 3.33px;
|
||||
border-style: double solid solid;
|
||||
|
||||
h4{
|
||||
user-select: none;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
p{
|
||||
padding: 7.77px;
|
||||
padding-right: 16.1px;
|
||||
|
||||
|
||||
strong{
|
||||
font-family: 'karrik';
|
||||
@@ -223,7 +242,7 @@ main{
|
||||
grid-row: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
|
||||
h2{
|
||||
text-transform: uppercase;
|
||||
font-family: 'karrik';
|
||||
@@ -289,14 +308,6 @@ main{
|
||||
}
|
||||
}
|
||||
|
||||
address{
|
||||
grid-column: 2;
|
||||
grid-row: 1;
|
||||
width: 150%;
|
||||
font-size: 15px;
|
||||
padding-top: 33px;
|
||||
}
|
||||
|
||||
#planSection{
|
||||
grid-column: 1 / 3;
|
||||
grid-row: 2;
|
||||
@@ -337,7 +348,7 @@ main{
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
width: 77%;
|
||||
height: 133%;
|
||||
height: 122%;
|
||||
justify-self: end;
|
||||
|
||||
display: flex;
|
||||
@@ -489,6 +500,19 @@ main{
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
|
||||
dl dt {
|
||||
clear: both;
|
||||
float: left;
|
||||
margin-right: 1ex;
|
||||
font-family: "karrik", sans-serif;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
dl dd {
|
||||
margin-left: 0;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#aboutSection{
|
||||
padding: 13.12px;
|
||||
padding-right: 33px;
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
grid-template-columns: 2fr 2fr 1fr;
|
||||
grid-template-rows: 0.7fr 2fr;
|
||||
|
||||
.access-info-box {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
aside{
|
||||
grid-column: 3;
|
||||
margin-bottom: 33px;
|
||||
|
||||
Reference in New Issue
Block a user