mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
@@ -602,6 +602,8 @@ nav {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|
margin-left:-5px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(textarea) {
|
:not(textarea) {
|
||||||
@@ -676,7 +678,7 @@ textfield {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
min-height: 10rem;
|
min-height: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic {
|
.topic {
|
||||||
|
|||||||
@@ -582,12 +582,14 @@ nav .dropdown {
|
|||||||
height: 3rem;
|
height: 3rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
background: #efefef;
|
background: #EFEFEF;
|
||||||
color: black;
|
color: black;
|
||||||
border: 0px solid #505050;
|
border: 0px solid #505050;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|
margin-left: -5px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-email :not(textarea) {
|
.contact-email :not(textarea) {
|
||||||
@@ -659,6 +661,8 @@ textarea,
|
|||||||
textfield {
|
textfield {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
|
resize: vertical;
|
||||||
|
min-height: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic {
|
.topic {
|
||||||
|
|||||||
@@ -14,10 +14,6 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
|
|||||||
/>
|
/>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
||||||
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
|
|
||||||
<script>
|
|
||||||
eruda.init();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user