comment removal
This commit is contained in:
parent
e0be3b385a
commit
7f7cf6fe11
1 changed files with 1 additions and 4 deletions
|
|
@ -28,8 +28,6 @@ header {
|
||||||
border-radius: 0 0 20px 20px;
|
border-radius: 0 0 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*https://getcssscan.com/css-buttons-examples button 6*/
|
|
||||||
|
|
||||||
nav > a {
|
nav > a {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
@ -44,7 +42,6 @@ nav > a {
|
||||||
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.08);
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
box-shadow: rgba(0, 0, 0, 0.04) 0 2px 4px 0;
|
box-shadow: rgba(0, 0, 0, 0.04) 0 2px 4px 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
|
@ -54,7 +51,7 @@ nav > a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 500;
|
font-weight: 400;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue