Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#uttp-page{
    width:1000px;
    margin:0 auto;
    background:#fff;
}

#uttp-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#uttp-tabs{
    display:flex;
    gap:15px;
}

#uttp-featured{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

#uttp-main{
    display:flex;
    align-items:flex-start;
    gap:20px;
}

#uttp-content{
    flex:1;
    min-width:0;
}

#uttp-sidebar{
    width:260px;
    flex-shrink:0;
}

#uttp-search input{
    width:300px;
}

img{
    max-width:100%;
    height:auto;
}