Transfer to git
This commit is contained in:
16
css/main/layouts/desktop.css
Normal file
16
css/main/layouts/desktop.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* RESPONSIVE DESIGN, LAPTOP FULL */
|
||||
|
||||
@media only all and (min-width:1175px) {
|
||||
/* ------------- Layout ------------- */
|
||||
|
||||
.primary {
|
||||
padding-right: 150px;
|
||||
padding-left: 150px;}
|
||||
|
||||
.chat-webrings, .main, .articles { height: calc(100vh - (var(--blinkies-height) * 2) - (var(--gap) * 4)); }
|
||||
|
||||
.services { overflow-y: auto; }
|
||||
/* ---- Display changes ---- */
|
||||
|
||||
#try_hovering--blinkie { display: block; }
|
||||
}
|
||||
Reference in New Issue
Block a user