Update font-size for the drive link
parent
2ca164629d
commit
ae6e066ed4
|
@ -605,7 +605,7 @@ html.cp,
|
|||
}
|
||||
.cp .page .info-container {
|
||||
color: #121212;
|
||||
width: 900px;
|
||||
width: 800px;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
@ -902,6 +902,7 @@ html.cp,
|
|||
.cp #main_other #userForm p a {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.cp #main #userForm p a:hover,
|
||||
.cp #main_other #userForm p a:hover,
|
||||
|
|
|
@ -142,7 +142,7 @@ body.html {
|
|||
|
||||
.info-container {
|
||||
color: #121212;
|
||||
width: 900px;
|
||||
width: 800px;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
&>div{
|
||||
|
@ -437,6 +437,7 @@ body.html {
|
|||
a {
|
||||
color: @main-color;
|
||||
font-weight:bold;
|
||||
font-size: 14px;
|
||||
&:hover, :visited {
|
||||
color: @main-color !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue