Update styles.css
This commit is contained in:
parent
6f50c7ddf2
commit
1034859594
1 changed files with 6 additions and 1 deletions
|
@ -275,6 +275,7 @@ a:hover,
|
|||
border-radius: 8px;
|
||||
background: var(--special-text-background);
|
||||
color: var(--special-text-color);
|
||||
margin-left: 116px;
|
||||
}
|
||||
|
||||
.text-result-wrapper {
|
||||
|
@ -461,7 +462,10 @@ a:hover,
|
|||
}
|
||||
|
||||
.special-result-container {
|
||||
max-width: 80%;
|
||||
max-width: 100%;
|
||||
margin-left: 0px;
|
||||
width: auto;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.special-result-container img {
|
||||
|
@ -485,5 +489,6 @@ a:hover,
|
|||
#time,
|
||||
.next-page-button-wrapper {
|
||||
margin-left: 40px;
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue