container sized down to 500px width
All checks were successful
/ push_to_registry (push) Successful in 52s
All checks were successful
/ push_to_registry (push) Successful in 52s
This commit is contained in:
4
main.go
4
main.go
@@ -72,7 +72,7 @@ func helpHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
min-width: 600px;
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
@@ -148,7 +148,7 @@ html := fmt.Sprintf(
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
||||||
width: 90%%;
|
width: 90%%;
|
||||||
min-width: 600px;
|
min-width: 500px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user