Update public html
This commit is contained in:
parent
959e4ad698
commit
b21e84f059
@ -5,6 +5,41 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://static.netsyms.net/bootstrap/4/bootstrap.darkly.min.css" />
|
||||
<style>
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
.display-5 {
|
||||
font-size: 2.75rem;
|
||||
font-weight: 300;
|
||||
line-height: 1.2;
|
||||
}
|
||||
.site-icon {
|
||||
width: 150px;
|
||||
max-width: 100%;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.display-4 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
.display-5 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.site-icon {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 474px) {
|
||||
.display-4 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.display-5 {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user