pelican-website-ge/output/theme/css/dashboard.css~

26 lines
413 B
CSS

.dash-cont{
width: 50%;
}
.dash-link{
color: black;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: black;
text-decoration-thickness: 3px;
}
.dash-link:hover{
}
@media only screen and (max-width: 480px){
.dash-cont{
width: 100%;
}
}
@media (min-width: 600px) and (max-width: 1024px){
.dash-cont{
width: 80%;
}
}