fixed css v5
This commit is contained in:
parent
959a4bec85
commit
69f7365253
1 changed files with 8 additions and 0 deletions
|
@ -177,6 +177,14 @@ main a {
|
|||
header {
|
||||
width: 100%;
|
||||
}
|
||||
header a {
|
||||
text-decoration: none;
|
||||
padding: 0px;
|
||||
border-radius: 5px;
|
||||
border-style: dotted;
|
||||
border-width: 1px;
|
||||
margin: 20px 0px 20px 0px;
|
||||
}
|
||||
.content-wrapper {
|
||||
padding: 40px 0px 10px 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue