Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. html,
  2. body {
  3. height: 100%;
  4. }
  5.  
  6. header[role="banner"] {
  7. align-items: start !important;
  8. max-width: 100px !important;
  9. }
  10.  
  11.  
  12. main[role="main"] {
  13. align-items: flex-end !important;
  14. }
  15.  
  16. main[role="main"] > div > div > div {
  17. justify-content: center !important;
  18. }
  19.  
  20.  
  21. div[data-testid="primaryColumn"] {
  22. border-width: 1 ;
  23. }
  24.  
  25. div[data-testid="sidebarColumn"] {
  26. width: 120px ;
  27. left: -1160px;
  28. display: flex;
  29. }
  30.  
  31.  
  32.  
  33. header[role="banner"] > div > div > div {
  34. display: flex;
  35.  
  36.  
  37.  
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement