diff options
| author | lowercasename <raphaelkabo@gmail.com> | 2020-01-02 21:53:23 +1100 | 
|---|---|---|
| committer | lowercasename <raphaelkabo@gmail.com> | 2020-01-02 21:53:23 +1100 | 
| commit | 80ab983d93ac079ac7fc5a7af631d08605a84377 (patch) | |
| tree | 9654206d9b24838f71fdaf2ec5ed692923b3b481 /public/css | |
| parent | 60d99e4d35568b3fb76eb26f0284236b4cd602c3 (diff) | |
Some style tweaks
Diffstat (limited to 'public/css')
| -rwxr-xr-x | public/css/style.css | 16 | 
1 files changed, 12 insertions, 4 deletions
diff --git a/public/css/style.css b/public/css/style.css index 4085875..e55f07a 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -115,6 +115,11 @@ body, html {  	text-transform:capitalize;  } +#eventActions { +	padding-left: 0; +	margin-top: 1rem; +} +  /*  .location, .eventLink {  	display: flex; @@ -162,10 +167,6 @@ body, html {  	margin-left: 5px;  } -.eventInformationAction:not(#copyEventLink) { -	margin-top: 0.25rem; -} -  .commentContainer {  	background: #fafafa;  	border-radius: 5px; @@ -308,6 +309,13 @@ body, html {  	}  } +@media (min-width: 1120px) { +	#eventActions { +		margin-top: 0; +		padding-left: 1rem; +	} +} +  @media (min-width: 577px) {  	#sidebar {  		border-right: 2px solid #e0e0e0;  | 
