git added new style , little style

This commit is contained in:
2026-02-27 19:15:56 -06:00
parent c2aba808ad
commit 805f4835a3
11 changed files with 177 additions and 43 deletions
+12 -11
View File
@@ -10,7 +10,7 @@
background-color: #d12020;
}
.session{
.session {
position: absolute;
top: 10px;
right: 10px;
@@ -19,18 +19,18 @@
gap: 2rem;
}
.userName{
.userName {
background-color: white;
border-radius: 6px;
padding: 6px 12px;
z-index: 1;
}
@media(max-width: 1000px){
.session{
top: 5px;
right: 5px;
}
@media(max-height: 550px) {
.session {
top: 5px;
right: 5px;
}
}
@media (max-width: 800px) {
@@ -64,16 +64,17 @@
transform: translate(0, -50%);
}
.userName{
.userName {
position: absolute;
top: 0px;
right: 50px;
}
}
@media(max-width:450px){
.userName{
@media(max-width:450px) {
.userName {
position: absolute;
top: 50px;
right: 0px;
}
}
}