Style cleaning and adjusting
This commit is contained in:
parent
8a6d90ef86
commit
d7da479741
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<footer>Bubulescu.Org</footer>
|
<footer><a href="https://bubulescu.org">Bubulescu.Org</a></footer>
|
||||||
<script>
|
<script>
|
||||||
(function(){
|
(function(){
|
||||||
const btn=document.getElementById('push-toggle');
|
const btn=document.getElementById('push-toggle');
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
}
|
}
|
||||||
.contact-link svg{width:.8rem;height:.8rem;fill:currentColor}
|
.contact-link svg{width:.8rem;height:.8rem;fill:currentColor}
|
||||||
|
|
||||||
main { max-width:1100px; margin:2rem auto; padding:4.0rem 1rem 7rem; }
|
main { max-width:1100px; margin:1rem auto; padding:5.5rem 1rem 0rem; }
|
||||||
.contact-form-section {
|
.contact-form-section {
|
||||||
max-width: 680px;
|
max-width: 680px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
@ -72,7 +72,7 @@ main { max-width:1100px; margin:2rem auto; padding:4.0rem 1rem 7rem; }
|
||||||
|
|
||||||
|
|
||||||
.site-footer.admin-footer{position:fixed;left:0;right:0;bottom:0;z-index:1000;max-width:100vw;background:rgba(27,30,34,.92);backdrop-filter:blur(6px);color:#F3F4F6;padding:.55rem max(1rem,calc((100vw - 1100px)/2 + 1rem));box-sizing:border-box;box-shadow:0 -2px 16px #0008;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem}.site-footer.admin-footer .admin-left{grid-column:1;justify-self:start;display:flex;align-items:center;gap:.7rem}.site-footer.admin-footer .job-status{grid-column:2;justify-self:center;margin:0;padding:0;text-align:center;max-width:none;white-space:nowrap;overflow:hidden}.site-footer.admin-footer .admin-right{grid-column:3;justify-self:end;width:auto;display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.site-footer.admin-footer .logout-link{margin-left:0}.site-footer.admin-footer .tabs{margin:0}.site-footer.admin-footer .tabs a{margin:0}@media (max-width: 900px){
|
.site-footer.admin-footer{position:fixed;left:0;right:0;bottom:0;z-index:1000;max-width:100vw;background:rgba(27,30,34,.92);backdrop-filter:blur(6px);color:#F3F4F6;padding:.55rem max(1rem,calc((100vw - 1100px)/2 + 1rem));box-sizing:border-box;box-shadow:0 -2px 16px #0008;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem}.site-footer.admin-footer .admin-left{grid-column:1;justify-self:start;display:flex;align-items:center;gap:.7rem}.site-footer.admin-footer .job-status{grid-column:2;justify-self:center;margin:0;padding:0;text-align:center;max-width:none;white-space:nowrap;overflow:hidden}.site-footer.admin-footer .admin-right{grid-column:3;justify-self:end;width:auto;display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.site-footer.admin-footer .logout-link{margin-left:0}.site-footer.admin-footer .tabs{margin:0}.site-footer.admin-footer .tabs a{margin:0}@media (max-width: 900px){
|
||||||
main{margin:1rem auto;padding:5.7rem .75rem 8rem}
|
main{margin:1rem auto;padding:5.7rem .75rem 0rem}
|
||||||
.video-row{grid-template-columns:1fr}
|
.video-row{grid-template-columns:1fr}
|
||||||
.video-row>.created-at{position:static;top:auto;right:auto;justify-self:start;margin-bottom:.15rem}
|
.video-row>.created-at{position:static;top:auto;right:auto;justify-self:start;margin-bottom:.15rem}
|
||||||
.video-row video{max-width:100%}
|
.video-row video{max-width:100%}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue